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