pub unsafe extern "C" fn JSPropertyNameArrayRetain(
array: JSPropertyNameArrayRef,
) -> JSPropertyNameArrayRefExpand description
@function @abstract Retains a JavaScript property name array. @param array The JSPropertyNameArray to retain. @result A JSPropertyNameArray that is the same as array.