pub unsafe extern "C" fn CRYPTO_set_dynlock_destroy_callback(
    dyn_destroy_function: Option<unsafe extern "C" fn(l: *mut CRYPTO_dynlock_value, file: *const c_char, line: c_int)>
)