pub unsafe extern "system" fn HeapCreate(
    floptions: HEAP_FLAGS,
    dwinitialsize: usize,
    dwmaximumsize: usize
) -> HANDLE
Expand description

Required features: "Win32_Foundation"