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