Function dlsym

Source
pub unsafe extern "C" fn dlsym(
    __handle: *mut c_void,
    __name: *const i8,
) -> *mut c_void