[][src]Type Definition lilv_sys::LilvSetPortValueFunc

type LilvSetPortValueFunc = Option<unsafe extern "C" fn(port_symbol: *const c_char, user_data: *mut c_void, value: *const c_void, size: u32, type_: u32)>;

Function to set a port value. @param port_symbol The symbol of the port. @param user_data The user_data passed to lilv_state_restore(). @param size The size of value. @param type The URID of the type of value. @param value A pointer to the port value.