pub type VBS_BASIC_ENCLAVE_BASIC_CALL_GENERATE_REPORT = Option<unsafe extern "system" fn(enclavedata: *const u8, report: *mut c_void, buffersize: u32, outputsize: *mut u32) -> i32>;

Aliased Type§

enum VBS_BASIC_ENCLAVE_BASIC_CALL_GENERATE_REPORT {
    None,
    Some(unsafe extern "system" fn(_: *const u8, _: *mut c_void, _: u32, _: *mut u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const u8, _: *mut c_void, _: u32, _: *mut u32) -> i32)

Some value of type T.