pub unsafe fn MFCreateVideoMediaTypeFromBitMapInfoHeaderEx(
    pbmihbitmapinfoheader: *const BITMAPINFOHEADER,
    cbbitmapinfoheader: u32,
    dwpixelaspectratiox: u32,
    dwpixelaspectratioy: u32,
    interlacemode: MFVideoInterlaceMode,
    videoflags: u64,
    dwframespersecondnumerator: u32,
    dwframesperseconddenominator: u32,
    dwmaxbitrate: u32
) -> Result<IMFVideoMediaType>