Function windows::Wdk::System::SystemServices::VslCreateSecureSection

pub unsafe fn VslCreateSecureSection<P0>(
    handle: *mut HANDLE,
    targetprocess: P0,
    mdl: *const MDL,
    devicepageprotection: u32,
    attributes: u32,
) -> NTSTATUS
where P0: Param<PEPROCESS>,