pub type DriverEntry = unsafe extern "system" fn(driver_object: *mut DriverObjectRaw, registry_path: *const UnicodeStringRaw) -> NtStatus;Expand description
driver entry function signature
pub type DriverEntry = unsafe extern "system" fn(driver_object: *mut DriverObjectRaw, registry_path: *const UnicodeStringRaw) -> NtStatus;driver entry function signature