Function windows::Wdk::System::SystemServices::ZwCreateSection
pub unsafe fn ZwCreateSection<P0>(
sectionhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: Option<*const OBJECT_ATTRIBUTES>,
maximumsize: Option<*const i64>,
sectionpageprotection: u32,
allocationattributes: u32,
filehandle: P0,
) -> NTSTATUSwhere
P0: Param<HANDLE>,