pub unsafe extern "C" fn object_property_print(
    obj: *mut Object,
    name: *const c_char,
    human: bool,
    errp: *mut *mut Error
) -> *mut c_char
Expand description

object_property_print: @obj: the object @name: the name of the property @human: if true, print for human consumption @errp: returns an error if this function fails

Returns a string representation of the value of the property. The caller shall free the string.