pub unsafe fn MFCreateVideoMediaTypeFromBitMapInfoHeader(
    pbmihbitmapinfoheader: *const BITMAPINFOHEADER,
    dwpixelaspectratiox: u32,
    dwpixelaspectratioy: u32,
    interlacemode: MFVideoInterlaceMode,
    videoflags: u64,
    qwframespersecondnumerator: u64,
    qwframesperseconddenominator: u64,
    dwmaxbitrate: u32
) -> Result<IMFVideoMediaType>