pub unsafe extern "C" fn vaal_parameter_set_func(
    context: *mut VAALContext,
    name: *const c_char,
    cb_ptr: *mut c_void
) -> VAALError
Expand description

Writes the function pointer into the context under a given key.

@param context @param name Parameter name as found using @ref vaal_parameter_query @param cb_ptr function pointer

@return VAALError

@since 1.0