pub unsafe fn AVIFileWriteData<P0>(
    pfile: P0,
    ckid: u32,
    lpdata: *const c_void,
    cbdata: i32
) -> Result<()>
where P0: IntoParam<IAVIFile>,