Type Definition mbedtls_sys::mbedtls_pk_rsa_alt_decrypt_func [] [src]

type mbedtls_pk_rsa_alt_decrypt_func = Option<unsafe extern "C" fn(_: *mut c_void, _: c_int, _: *mut size_t, _: *const c_uchar, _: *mut c_uchar, _: size_t) -> c_int>;