pub unsafe extern "C" fn dladdr1(
    addr: *const c_void,
    info: *mut Dl_info,
    extra_info: *mut *mut c_void,
    flags: i32
) -> i32