Function windows::Wdk::Storage::FileSystem::RtlCreateHeap

pub unsafe fn RtlCreateHeap(
    flags: u32,
    heapbase: Option<*const c_void>,
    reservesize: usize,
    commitsize: usize,
    lock: Option<*const c_void>,
    parameters: Option<*const RTL_HEAP_PARAMETERS>,
) -> *mut c_void