object_get_child

Function object_get_child 

Source
pub unsafe fn object_get_child(
    obj: *const Object,
    idx: i32,
) -> Result<*mut Object>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.