PFNRECONCILEPROFILEA

Type Alias PFNRECONCILEPROFILEA 

Source
pub type PFNRECONCILEPROFILEA = Option<unsafe extern "C" fn(pszCentralFile: LPCSTR, pszLocalFile: LPCSTR, dwFlags: DWORD) -> UINT>;

Aliased Type§

pub enum PFNRECONCILEPROFILEA {
    None,
    Some(unsafe extern "C" fn(*const i8, *const i8, u32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i8, *const i8, u32) -> u32)

Some value of type T.