pub unsafe fn MFHeapAlloc<P0>(
    nsize: usize,
    dwflags: u32,
    pszfile: P0,
    line: i32,
    eat: EAllocationType
) -> *mut c_void
where P0: IntoParam<PCSTR>,