object_set_style_bg_image_src

Function object_set_style_bg_image_src 

Source
pub unsafe fn object_set_style_bg_image_src(
    obj: *mut Object,
    value: *const c_void,
    selector: StyleSelector,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.