pub unsafe extern "system" fn MmProtectDriverSection(
    addresswithinsection: *const c_void,
    size: usize,
    flags: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"