Function ssh_pki_export_privkey_base64_format

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