pub unsafe fn SetupGetInfDriverStoreLocationA<P0, P1>(
    filename: P0,
    alternateplatforminfo: Option<*const SP_ALTPLATFORM_INFO_V2>,
    localename: P1,
    returnbuffer: &mut [u8],
    requiredsize: Option<*mut u32>
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,