Function windows::Wdk::System::SystemServices::ZwUnmapViewOfSection

pub unsafe fn ZwUnmapViewOfSection<P0>(
    processhandle: P0,
    baseaddress: Option<*const c_void>
) -> NTSTATUS
where P0: Param<HANDLE>,