pub unsafe fn SetupGetInfFileListA<P0>(
    directorypath: P0,
    infstyle: INF_STYLE,
    returnbuffer: Option<&mut [u8]>,
    requiredsize: Option<*mut u32>
) -> Result<()>
where P0: IntoParam<PCSTR>,