Function CmRegisterCallbackEx
pub unsafe fn CmRegisterCallbackEx(
function: PEX_CALLBACK_FUNCTION,
altitude: *const UNICODE_STRING,
driver: *const c_void,
context: Option<*const c_void>,
cookie: *mut i64,
reserved: Option<*const c_void>,
) -> NTSTATUS