pub unsafe fn JsStringToPointer(
    value: *const c_void,
    stringvalue: *mut *mut u16,
    stringlength: *mut usize
) -> JsErrorCode