pub unsafe fn roller_set_options( obj: *mut Object, options: *const c_char, mode: RollerMode, ) -> Result<()>
This function is unsafe because it may dereference raw pointers.