twizzler_abi::runtime::syms

Function dl_iterate_phdr

source
#[no_mangle]
pub unsafe extern "C-unwind" fn dl_iterate_phdr(
    cb: Option<unsafe extern "C-unwind" fn(arg1: *const dl_phdr_info, size: usize, data: *mut c_void) -> c_int>,
    data: *mut c_void,
) -> i32