pub type clUpdateMutableCommandsKHR_t = Option<unsafe extern "C" fn(command_buffer: cl_command_buffer_khr, mutable_config: *const cl_mutable_base_config_khr) -> cl_int>;

Aliased Type§

enum clUpdateMutableCommandsKHR_t {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const cl_mutable_base_config_khr) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const cl_mutable_base_config_khr) -> i32)

Some value of type T.