Function ssh_pki_export_privkey_file_format

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