Function EVP_SKEY_export

Source
pub unsafe extern "C" fn EVP_SKEY_export(
    skey: *const evp_skey_st,
    selection: i32,
    export_cb: Option<unsafe extern "C" fn(*const ossl_param_st, *mut c_void) -> i32>,
    export_cbarg: *mut c_void,
) -> i32