Function kmod_sys::kmod_module_new_from_name [] [src]

pub unsafe extern "C" fn kmod_module_new_from_name(
    ctx: *mut kmod_ctx,
    name: *const c_char,
    mod_: *mut *mut kmod_module
) -> c_int