Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

dlsym

Function dlsym 

Source
pub unsafe extern "C" fn dlsym(
    handle: *mut c_void,
    symbol: *const c_char,
) -> *mut c_void