[][src]Function ul_sys::JSStringCreateWithUTF8CString

pub unsafe extern "C" fn JSStringCreateWithUTF8CString(
    string: *const c_char
) -> JSStringRef

@function @abstract Creates a JavaScript string from a null-terminated UTF8 string. @param string The null-terminated UTF8 string to copy into the new JSString. @result A JSString containing string. Ownership follows the Create Rule.