pub unsafe fn RegInstallA<P0, P1>(
    hmod: P0,
    pszsection: P1,
    psttable: *const STRTABLEA
) -> Result<()>
where P0: IntoParam<HMODULE>, P1: IntoParam<PCSTR>,