pub unsafe fn SetupOpenAppendInfFileA<P0>(
    filename: P0,
    infhandle: *const c_void,
    errorline: Option<*mut u32>,
) -> Result<()>
where P0: Param<PCSTR>,