pub type PIBIO_STORAGE_CREATE_DATABASE_FN = Option<unsafe extern "system" fn(pipeline: *mut WINBIO_PIPELINE, databaseid: *const GUID, factor: u32, format: *const GUID, filepath: PCWSTR, connectstring: PCWSTR, indexelementcount: usize, initialsize: usize) -> HRESULT>;

Aliased Type§

enum PIBIO_STORAGE_CREATE_DATABASE_FN {
    None,
    Some(unsafe extern "system" fn(_: *mut WINBIO_PIPELINE, _: *const GUID, _: u32, _: *const GUID, _: PCWSTR, _: PCWSTR, _: usize, _: usize) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut WINBIO_PIPELINE, _: *const GUID, _: u32, _: *const GUID, _: PCWSTR, _: PCWSTR, _: usize, _: usize) -> HRESULT)

Some value of type T.