pub unsafe fn SetupSetDirectoryIdA<P0>(
    infhandle: *const c_void,
    id: u32,
    directory: P0
) -> Result<()>
where P0: IntoParam<PCSTR>,