pub unsafe extern "C" fn ssh_pki_export_privkey_file(
    privkey: ssh_key,
    passphrase: *const c_char,
    auth_fn: ssh_auth_callback,
    auth_data: *mut c_void,
    filename: *const c_char
) -> c_int