pub unsafe fn SetupSetDirectoryIdExA<P0>(
    infhandle: *const c_void,
    id: u32,
    directory: P0,
    flags: u32,
    reserved1: u32,
    reserved2: Option<*const c_void>
) -> Result<()>
where P0: IntoParam<PCSTR>,