pub unsafe extern "system" fn VslCreateSecureSection(
    handle: *mut HANDLE,
    targetprocess: PEPROCESS,
    mdl: *const MDL,
    devicepageprotection: u32,
    attributes: u32
) -> NTSTATUS
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation"