libgit2_sys

Function git_remote_get_push_refspecs

Source
pub unsafe extern "C" fn git_remote_get_push_refspecs(
    array: *mut git_strarray,
    remote: *const git_remote,
) -> c_int