pub unsafe extern "C" fn rsa_export( out: *mut c_uchar, outlen: *mut c_ulong, type_: c_int, key: *mut rsa_key, ) -> c_int