pub unsafe extern "system" fn RtlCreateHeap(
    flags: u32,
    heapbase: *const c_void,
    reservesize: usize,
    commitsize: usize,
    lock: *const c_void,
    parameters: *const RTL_HEAP_PARAMETERS
) -> *mut c_void
Expand description

Required features: "Win32_Foundation"