[][src]Function bcc_sys::bccapi::bpf_module_create_c

pub unsafe extern "C" fn bpf_module_create_c(
    filename: *const c_char,
    flags: c_uint,
    cflags: *mut *const c_char,
    ncflags: c_int,
    allow_rlimit: bool
) -> *mut c_void