pub unsafe extern "C" fn git_signature_now(
    out: *mut *mut git_signature,
    name: *const c_char,
    email: *const c_char
) -> c_int