openssl-sys::CRYPTO_set_locking_callback
[-] [+]
[src]
pub unsafe fn CRYPTO_set_locking_callback(func: extern "C" fn(mode: c_int, n: c_int, file: *const c_char, line: c_int))
pub unsafe fn CRYPTO_set_locking_callback(func: extern "C" fn(mode: c_int, n: c_int, file: *const c_char, line: c_int))
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).