Skip to main content

dom_node_set_property_string

Function dom_node_set_property_string 

Source
pub unsafe extern "C" fn dom_node_set_property_string(
    imports: *const c_void,
    node: i64,
    key_ptr: *const u8,
    key_len: usize,
    val_ptr: *const u8,
    val_len: usize,
)