pub type REGINSTALLA = Option<unsafe extern "system" fn(hm: HMODULE, pszsection: PCSTR, psttable: *const STRTABLEA) -> HRESULT>;

Aliased Type§

enum REGINSTALLA {
    None,
    Some(unsafe extern "system" fn(_: HMODULE, _: PCSTR, _: *const STRTABLEA) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HMODULE, _: PCSTR, _: *const STRTABLEA) -> HRESULT)

Some value of type T.