pub unsafe extern "C" fn wolfSSL_SetAllocators(
    mf: wolfSSL_Malloc_cb,
    ff: wolfSSL_Free_cb,
    rf: wolfSSL_Realloc_cb
) -> c_int