pub type GET_D3COLD_LAST_TRANSITION_STATUS = Option<unsafe extern "system" fn(context: *const c_void, lasttransitionstatus: *mut D3COLD_LAST_TRANSITION_STATUS)>;

Aliased Type§

enum GET_D3COLD_LAST_TRANSITION_STATUS {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *mut D3COLD_LAST_TRANSITION_STATUS)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *mut D3COLD_LAST_TRANSITION_STATUS))

Some value of type T.