pub unsafe extern "C" fn git_signature_dup(
    dest: *mut *mut git_signature,
    sig: *const git_signature
) -> c_int