pub struct GodotApi { pub godot_color_new_rgba : unsafe extern "C" fn (r_dest : * mut godot_color , r : godot_real , g : godot_real , b : godot_real , a : godot_real) -> () , pub godot_color_new_rgb : unsafe extern "C" fn (r_dest : * mut godot_color , r : godot_real , g : godot_real , b : godot_real) -> () , pub godot_color_get_r : unsafe extern "C" fn (self_ : * const godot_color) -> godot_real , pub godot_color_set_r : unsafe extern "C" fn (self_ : * mut godot_color , r : godot_real) -> () , pub godot_color_get_g : unsafe extern "C" fn (self_ : * const godot_color) -> godot_real , pub godot_color_set_g : unsafe extern "C" fn (self_ : * mut godot_color , g : godot_real) -> () , pub godot_color_get_b : unsafe extern "C" fn (self_ : * const godot_color) -> godot_real , pub godot_color_set_b : unsafe extern "C" fn (self_ : * mut godot_color , b : godot_real) -> () , pub godot_color_get_a : unsafe extern "C" fn (self_ : * const godot_color) -> godot_real , pub godot_color_set_a : unsafe extern "C" fn (self_ : * mut godot_color , a : godot_real) -> () , pub godot_color_get_h : unsafe extern "C" fn (self_ : * const godot_color) -> godot_real , pub godot_color_get_s : unsafe extern "C" fn (self_ : * const godot_color) -> godot_real , pub godot_color_get_v : unsafe extern "C" fn (self_ : * const godot_color) -> godot_real , pub godot_color_as_string : unsafe extern "C" fn (self_ : * const godot_color) -> godot_string , pub godot_color_to_rgba32 : unsafe extern "C" fn (self_ : * const godot_color) -> godot_int , pub godot_color_to_argb32 : unsafe extern "C" fn (self_ : * const godot_color) -> godot_int , pub godot_color_gray : unsafe extern "C" fn (self_ : * const godot_color) -> godot_real , pub godot_color_inverted : unsafe extern "C" fn (self_ : * const godot_color) -> godot_color , pub godot_color_contrasted : unsafe extern "C" fn (self_ : * const godot_color) -> godot_color , pub godot_color_linear_interpolate : unsafe extern "C" fn (self_ : * const godot_color , b : * const godot_color , t : godot_real) -> godot_color , pub godot_color_blend : unsafe extern "C" fn (self_ : * const godot_color , over : * const godot_color) -> godot_color , pub godot_color_to_html : unsafe extern "C" fn (self_ : * const godot_color , with_alpha : godot_bool) -> godot_string , pub godot_color_operator_equal : unsafe extern "C" fn (self_ : * const godot_color , b : * const godot_color) -> godot_bool , pub godot_color_operator_less : unsafe extern "C" fn (self_ : * const godot_color , b : * const godot_color) -> godot_bool , pub godot_vector2_new : unsafe extern "C" fn (r_dest : * mut godot_vector2 , x : godot_real , y : godot_real) -> () , pub godot_vector2_as_string : unsafe extern "C" fn (self_ : * const godot_vector2) -> godot_string , pub godot_vector2_normalized : unsafe extern "C" fn (self_ : * const godot_vector2) -> godot_vector2 , pub godot_vector2_length : unsafe extern "C" fn (self_ : * const godot_vector2) -> godot_real , pub godot_vector2_angle : unsafe extern "C" fn (self_ : * const godot_vector2) -> godot_real , pub godot_vector2_length_squared : unsafe extern "C" fn (self_ : * const godot_vector2) -> godot_real , pub godot_vector2_is_normalized : unsafe extern "C" fn (self_ : * const godot_vector2) -> godot_bool , pub godot_vector2_distance_to : unsafe extern "C" fn (self_ : * const godot_vector2 , to : * const godot_vector2) -> godot_real , pub godot_vector2_distance_squared_to : unsafe extern "C" fn (self_ : * const godot_vector2 , to : * const godot_vector2) -> godot_real , pub godot_vector2_angle_to : unsafe extern "C" fn (self_ : * const godot_vector2 , to : * const godot_vector2) -> godot_real , pub godot_vector2_angle_to_point : unsafe extern "C" fn (self_ : * const godot_vector2 , to : * const godot_vector2) -> godot_real , pub godot_vector2_linear_interpolate : unsafe extern "C" fn (self_ : * const godot_vector2 , b : * const godot_vector2 , t : godot_real) -> godot_vector2 , pub godot_vector2_cubic_interpolate : unsafe extern "C" fn (self_ : * const godot_vector2 , b : * const godot_vector2 , pre_a : * const godot_vector2 , post_b : * const godot_vector2 , t : godot_real) -> godot_vector2 , pub godot_vector2_rotated : unsafe extern "C" fn (self_ : * const godot_vector2 , phi : godot_real) -> godot_vector2 , pub godot_vector2_tangent : unsafe extern "C" fn (self_ : * const godot_vector2) -> godot_vector2 , pub godot_vector2_floor : unsafe extern "C" fn (self_ : * const godot_vector2) -> godot_vector2 , pub godot_vector2_snapped : unsafe extern "C" fn (self_ : * const godot_vector2 , by : * const godot_vector2) -> godot_vector2 , pub godot_vector2_aspect : unsafe extern "C" fn (self_ : * const godot_vector2) -> godot_real , pub godot_vector2_dot : unsafe extern "C" fn (self_ : * const godot_vector2 , with : * const godot_vector2) -> godot_real , pub godot_vector2_slide : unsafe extern "C" fn (self_ : * const godot_vector2 , n : * const godot_vector2) -> godot_vector2 , pub godot_vector2_bounce : unsafe extern "C" fn (self_ : * const godot_vector2 , n : * const godot_vector2) -> godot_vector2 , pub godot_vector2_reflect : unsafe extern "C" fn (self_ : * const godot_vector2 , n : * const godot_vector2) -> godot_vector2 , pub godot_vector2_abs : unsafe extern "C" fn (self_ : * const godot_vector2) -> godot_vector2 , pub godot_vector2_clamped : unsafe extern "C" fn (self_ : * const godot_vector2 , length : godot_real) -> godot_vector2 , pub godot_vector2_operator_add : unsafe extern "C" fn (self_ : * const godot_vector2 , b : * const godot_vector2) -> godot_vector2 , pub godot_vector2_operator_subtract : unsafe extern "C" fn (self_ : * const godot_vector2 , b : * const godot_vector2) -> godot_vector2 , pub godot_vector2_operator_multiply_vector : unsafe extern "C" fn (self_ : * const godot_vector2 , b : * const godot_vector2) -> godot_vector2 , pub godot_vector2_operator_multiply_scalar : unsafe extern "C" fn (self_ : * const godot_vector2 , b : godot_real) -> godot_vector2 , pub godot_vector2_operator_divide_vector : unsafe extern "C" fn (self_ : * const godot_vector2 , b : * const godot_vector2) -> godot_vector2 , pub godot_vector2_operator_divide_scalar : unsafe extern "C" fn (self_ : * const godot_vector2 , b : godot_real) -> godot_vector2 , pub godot_vector2_operator_equal : unsafe extern "C" fn (self_ : * const godot_vector2 , b : * const godot_vector2) -> godot_bool , pub godot_vector2_operator_less : unsafe extern "C" fn (self_ : * const godot_vector2 , b : * const godot_vector2) -> godot_bool , pub godot_vector2_operator_neg : unsafe extern "C" fn (self_ : * const godot_vector2) -> godot_vector2 , pub godot_vector2_set_x : unsafe extern "C" fn (self_ : * mut godot_vector2 , x : godot_real) -> () , pub godot_vector2_set_y : unsafe extern "C" fn (self_ : * mut godot_vector2 , y : godot_real) -> () , pub godot_vector2_get_x : unsafe extern "C" fn (self_ : * const godot_vector2) -> godot_real , pub godot_vector2_get_y : unsafe extern "C" fn (self_ : * const godot_vector2) -> godot_real , pub godot_quat_new : unsafe extern "C" fn (r_dest : * mut godot_quat , x : godot_real , y : godot_real , z : godot_real , w : godot_real) -> () , pub godot_quat_new_with_axis_angle : unsafe extern "C" fn (r_dest : * mut godot_quat , axis : * const godot_vector3 , angle : godot_real) -> () , pub godot_quat_get_x : unsafe extern "C" fn (self_ : * const godot_quat) -> godot_real , pub godot_quat_set_x : unsafe extern "C" fn (self_ : * mut godot_quat , val : godot_real) -> () , pub godot_quat_get_y : unsafe extern "C" fn (self_ : * const godot_quat) -> godot_real , pub godot_quat_set_y : unsafe extern "C" fn (self_ : * mut godot_quat , val : godot_real) -> () , pub godot_quat_get_z : unsafe extern "C" fn (self_ : * const godot_quat) -> godot_real , pub godot_quat_set_z : unsafe extern "C" fn (self_ : * mut godot_quat , val : godot_real) -> () , pub godot_quat_get_w : unsafe extern "C" fn (self_ : * const godot_quat) -> godot_real , pub godot_quat_set_w : unsafe extern "C" fn (self_ : * mut godot_quat , val : godot_real) -> () , pub godot_quat_as_string : unsafe extern "C" fn (self_ : * const godot_quat) -> godot_string , pub godot_quat_length : unsafe extern "C" fn (self_ : * const godot_quat) -> godot_real , pub godot_quat_length_squared : unsafe extern "C" fn (self_ : * const godot_quat) -> godot_real , pub godot_quat_normalized : unsafe extern "C" fn (self_ : * const godot_quat) -> godot_quat , pub godot_quat_is_normalized : unsafe extern "C" fn (self_ : * const godot_quat) -> godot_bool , pub godot_quat_inverse : unsafe extern "C" fn (self_ : * const godot_quat) -> godot_quat , pub godot_quat_dot : unsafe extern "C" fn (self_ : * const godot_quat , b : * const godot_quat) -> godot_real , pub godot_quat_xform : unsafe extern "C" fn (self_ : * const godot_quat , v : * const godot_vector3) -> godot_vector3 , pub godot_quat_slerp : unsafe extern "C" fn (self_ : * const godot_quat , b : * const godot_quat , t : godot_real) -> godot_quat , pub godot_quat_slerpni : unsafe extern "C" fn (self_ : * const godot_quat , b : * const godot_quat , t : godot_real) -> godot_quat , pub godot_quat_cubic_slerp : unsafe extern "C" fn (self_ : * const godot_quat , b : * const godot_quat , pre_a : * const godot_quat , post_b : * const godot_quat , t : godot_real) -> godot_quat , pub godot_quat_operator_multiply : unsafe extern "C" fn (self_ : * const godot_quat , b : godot_real) -> godot_quat , pub godot_quat_operator_add : unsafe extern "C" fn (self_ : * const godot_quat , b : * const godot_quat) -> godot_quat , pub godot_quat_operator_subtract : unsafe extern "C" fn (self_ : * const godot_quat , b : * const godot_quat) -> godot_quat , pub godot_quat_operator_divide : unsafe extern "C" fn (self_ : * const godot_quat , b : godot_real) -> godot_quat , pub godot_quat_operator_equal : unsafe extern "C" fn (self_ : * const godot_quat , b : * const godot_quat) -> godot_bool , pub godot_quat_operator_neg : unsafe extern "C" fn (self_ : * const godot_quat) -> godot_quat , pub godot_basis_new_with_rows : unsafe extern "C" fn (r_dest : * mut godot_basis , x_axis : * const godot_vector3 , y_axis : * const godot_vector3 , z_axis : * const godot_vector3) -> () , pub godot_basis_new_with_axis_and_angle : unsafe extern "C" fn (r_dest : * mut godot_basis , axis : * const godot_vector3 , phi : godot_real) -> () , pub godot_basis_new_with_euler : unsafe extern "C" fn (r_dest : * mut godot_basis , euler : * const godot_vector3) -> () , pub godot_basis_as_string : unsafe extern "C" fn (self_ : * const godot_basis) -> godot_string , pub godot_basis_inverse : unsafe extern "C" fn (self_ : * const godot_basis) -> godot_basis , pub godot_basis_transposed : unsafe extern "C" fn (self_ : * const godot_basis) -> godot_basis , pub godot_basis_orthonormalized : unsafe extern "C" fn (self_ : * const godot_basis) -> godot_basis , pub godot_basis_determinant : unsafe extern "C" fn (self_ : * const godot_basis) -> godot_real , pub godot_basis_rotated : unsafe extern "C" fn (self_ : * const godot_basis , axis : * const godot_vector3 , phi : godot_real) -> godot_basis , pub godot_basis_scaled : unsafe extern "C" fn (self_ : * const godot_basis , scale : * const godot_vector3) -> godot_basis , pub godot_basis_get_scale : unsafe extern "C" fn (self_ : * const godot_basis) -> godot_vector3 , pub godot_basis_get_euler : unsafe extern "C" fn (self_ : * const godot_basis) -> godot_vector3 , pub godot_basis_tdotx : unsafe extern "C" fn (self_ : * const godot_basis , with : * const godot_vector3) -> godot_real , pub godot_basis_tdoty : unsafe extern "C" fn (self_ : * const godot_basis , with : * const godot_vector3) -> godot_real , pub godot_basis_tdotz : unsafe extern "C" fn (self_ : * const godot_basis , with : * const godot_vector3) -> godot_real , pub godot_basis_xform : unsafe extern "C" fn (self_ : * const godot_basis , v : * const godot_vector3) -> godot_vector3 , pub godot_basis_xform_inv : unsafe extern "C" fn (self_ : * const godot_basis , v : * const godot_vector3) -> godot_vector3 , pub godot_basis_get_orthogonal_index : unsafe extern "C" fn (self_ : * const godot_basis) -> godot_int , pub godot_basis_new : unsafe extern "C" fn (r_dest : * mut godot_basis) -> () , pub godot_basis_new_with_euler_quat : unsafe extern "C" fn (r_dest : * mut godot_basis , euler : * const godot_quat) -> () , pub godot_basis_get_elements : unsafe extern "C" fn (self_ : * const godot_basis , elements : * mut godot_vector3) -> () , pub godot_basis_get_axis : unsafe extern "C" fn (self_ : * const godot_basis , axis : godot_int) -> godot_vector3 , pub godot_basis_set_axis : unsafe extern "C" fn (self_ : * mut godot_basis , axis : godot_int , value : * const godot_vector3) -> () , pub godot_basis_get_row : unsafe extern "C" fn (self_ : * const godot_basis , row : godot_int) -> godot_vector3 , pub godot_basis_set_row : unsafe extern "C" fn (self_ : * mut godot_basis , row : godot_int , value : * const godot_vector3) -> () , pub godot_basis_operator_equal : unsafe extern "C" fn (self_ : * const godot_basis , b : * const godot_basis) -> godot_bool , pub godot_basis_operator_add : unsafe extern "C" fn (self_ : * const godot_basis , b : * const godot_basis) -> godot_basis , pub godot_basis_operator_subtract : unsafe extern "C" fn (self_ : * const godot_basis , b : * const godot_basis) -> godot_basis , pub godot_basis_operator_multiply_vector : unsafe extern "C" fn (self_ : * const godot_basis , b : * const godot_basis) -> godot_basis , pub godot_basis_operator_multiply_scalar : unsafe extern "C" fn (self_ : * const godot_basis , b : godot_real) -> godot_basis , pub godot_vector3_new : unsafe extern "C" fn (r_dest : * mut godot_vector3 , x : godot_real , y : godot_real , z : godot_real) -> () , pub godot_vector3_as_string : unsafe extern "C" fn (self_ : * const godot_vector3) -> godot_string , pub godot_vector3_min_axis : unsafe extern "C" fn (self_ : * const godot_vector3) -> godot_int , pub godot_vector3_max_axis : unsafe extern "C" fn (self_ : * const godot_vector3) -> godot_int , pub godot_vector3_length : unsafe extern "C" fn (self_ : * const godot_vector3) -> godot_real , pub godot_vector3_length_squared : unsafe extern "C" fn (self_ : * const godot_vector3) -> godot_real , pub godot_vector3_is_normalized : unsafe extern "C" fn (self_ : * const godot_vector3) -> godot_bool , pub godot_vector3_normalized : unsafe extern "C" fn (self_ : * const godot_vector3) -> godot_vector3 , pub godot_vector3_inverse : unsafe extern "C" fn (self_ : * const godot_vector3) -> godot_vector3 , pub godot_vector3_snapped : unsafe extern "C" fn (self_ : * const godot_vector3 , by : * const godot_vector3) -> godot_vector3 , pub godot_vector3_rotated : unsafe extern "C" fn (self_ : * const godot_vector3 , axis : * const godot_vector3 , phi : godot_real) -> godot_vector3 , pub godot_vector3_linear_interpolate : unsafe extern "C" fn (self_ : * const godot_vector3 , b : * const godot_vector3 , t : godot_real) -> godot_vector3 , pub godot_vector3_cubic_interpolate : unsafe extern "C" fn (self_ : * const godot_vector3 , b : * const godot_vector3 , pre_a : * const godot_vector3 , post_b : * const godot_vector3 , t : godot_real) -> godot_vector3 , pub godot_vector3_dot : unsafe extern "C" fn (self_ : * const godot_vector3 , b : * const godot_vector3) -> godot_real , pub godot_vector3_cross : unsafe extern "C" fn (self_ : * const godot_vector3 , b : * const godot_vector3) -> godot_vector3 , pub godot_vector3_outer : unsafe extern "C" fn (self_ : * const godot_vector3 , b : * const godot_vector3) -> godot_basis , pub godot_vector3_to_diagonal_matrix : unsafe extern "C" fn (self_ : * const godot_vector3) -> godot_basis , pub godot_vector3_abs : unsafe extern "C" fn (self_ : * const godot_vector3) -> godot_vector3 , pub godot_vector3_floor : unsafe extern "C" fn (self_ : * const godot_vector3) -> godot_vector3 , pub godot_vector3_ceil : unsafe extern "C" fn (self_ : * const godot_vector3) -> godot_vector3 , pub godot_vector3_distance_to : unsafe extern "C" fn (self_ : * const godot_vector3 , b : * const godot_vector3) -> godot_real , pub godot_vector3_distance_squared_to : unsafe extern "C" fn (self_ : * const godot_vector3 , b : * const godot_vector3) -> godot_real , pub godot_vector3_angle_to : unsafe extern "C" fn (self_ : * const godot_vector3 , to : * const godot_vector3) -> godot_real , pub godot_vector3_slide : unsafe extern "C" fn (self_ : * const godot_vector3 , n : * const godot_vector3) -> godot_vector3 , pub godot_vector3_bounce : unsafe extern "C" fn (self_ : * const godot_vector3 , n : * const godot_vector3) -> godot_vector3 , pub godot_vector3_reflect : unsafe extern "C" fn (self_ : * const godot_vector3 , n : * const godot_vector3) -> godot_vector3 , pub godot_vector3_operator_add : unsafe extern "C" fn (self_ : * const godot_vector3 , b : * const godot_vector3) -> godot_vector3 , pub godot_vector3_operator_subtract : unsafe extern "C" fn (self_ : * const godot_vector3 , b : * const godot_vector3) -> godot_vector3 , pub godot_vector3_operator_multiply_vector : unsafe extern "C" fn (self_ : * const godot_vector3 , b : * const godot_vector3) -> godot_vector3 , pub godot_vector3_operator_multiply_scalar : unsafe extern "C" fn (self_ : * const godot_vector3 , b : godot_real) -> godot_vector3 , pub godot_vector3_operator_divide_vector : unsafe extern "C" fn (self_ : * const godot_vector3 , b : * const godot_vector3) -> godot_vector3 , pub godot_vector3_operator_divide_scalar : unsafe extern "C" fn (self_ : * const godot_vector3 , b : godot_real) -> godot_vector3 , pub godot_vector3_operator_equal : unsafe extern "C" fn (self_ : * const godot_vector3 , b : * const godot_vector3) -> godot_bool , pub godot_vector3_operator_less : unsafe extern "C" fn (self_ : * const godot_vector3 , b : * const godot_vector3) -> godot_bool , pub godot_vector3_operator_neg : unsafe extern "C" fn (self_ : * const godot_vector3) -> godot_vector3 , pub godot_vector3_set_axis : unsafe extern "C" fn (self_ : * mut godot_vector3 , axis : godot_vector3_axis , val : godot_real) -> () , pub godot_vector3_get_axis : unsafe extern "C" fn (self_ : * const godot_vector3 , axis : godot_vector3_axis) -> godot_real , pub godot_pool_byte_array_new : unsafe extern "C" fn (r_dest : * mut godot_pool_byte_array) -> () , pub godot_pool_byte_array_new_copy : unsafe extern "C" fn (r_dest : * mut godot_pool_byte_array , src : * const godot_pool_byte_array) -> () , pub godot_pool_byte_array_new_with_array : unsafe extern "C" fn (r_dest : * mut godot_pool_byte_array , a : * const godot_array) -> () , pub godot_pool_byte_array_append : unsafe extern "C" fn (self_ : * mut godot_pool_byte_array , data : u8) -> () , pub godot_pool_byte_array_append_array : unsafe extern "C" fn (self_ : * mut godot_pool_byte_array , array : * const godot_pool_byte_array) -> () , pub godot_pool_byte_array_insert : unsafe extern "C" fn (self_ : * mut godot_pool_byte_array , idx : godot_int , data : u8) -> godot_error , pub godot_pool_byte_array_invert : unsafe extern "C" fn (self_ : * mut godot_pool_byte_array) -> () , pub godot_pool_byte_array_push_back : unsafe extern "C" fn (self_ : * mut godot_pool_byte_array , data : u8) -> () , pub godot_pool_byte_array_remove : unsafe extern "C" fn (self_ : * mut godot_pool_byte_array , idx : godot_int) -> () , pub godot_pool_byte_array_resize : unsafe extern "C" fn (self_ : * mut godot_pool_byte_array , size : godot_int) -> () , pub godot_pool_byte_array_read : unsafe extern "C" fn (self_ : * const godot_pool_byte_array) -> * mut godot_pool_byte_array_read_access , pub godot_pool_byte_array_write : unsafe extern "C" fn (self_ : * mut godot_pool_byte_array) -> * mut godot_pool_byte_array_write_access , pub godot_pool_byte_array_set : unsafe extern "C" fn (self_ : * mut godot_pool_byte_array , idx : godot_int , data : u8) -> () , pub godot_pool_byte_array_get : unsafe extern "C" fn (self_ : * const godot_pool_byte_array , idx : godot_int) -> u8 , pub godot_pool_byte_array_size : unsafe extern "C" fn (self_ : * const godot_pool_byte_array) -> godot_int , pub godot_pool_byte_array_destroy : unsafe extern "C" fn (self_ : * mut godot_pool_byte_array) -> () , pub godot_pool_int_array_new : unsafe extern "C" fn (r_dest : * mut godot_pool_int_array) -> () , pub godot_pool_int_array_new_copy : unsafe extern "C" fn (r_dest : * mut godot_pool_int_array , src : * const godot_pool_int_array) -> () , pub godot_pool_int_array_new_with_array : unsafe extern "C" fn (r_dest : * mut godot_pool_int_array , a : * const godot_array) -> () , pub godot_pool_int_array_append : unsafe extern "C" fn (self_ : * mut godot_pool_int_array , data : godot_int) -> () , pub godot_pool_int_array_append_array : unsafe extern "C" fn (self_ : * mut godot_pool_int_array , array : * const godot_pool_int_array) -> () , pub godot_pool_int_array_insert : unsafe extern "C" fn (self_ : * mut godot_pool_int_array , idx : godot_int , data : godot_int) -> godot_error , pub godot_pool_int_array_invert : unsafe extern "C" fn (self_ : * mut godot_pool_int_array) -> () , pub godot_pool_int_array_push_back : unsafe extern "C" fn (self_ : * mut godot_pool_int_array , data : godot_int) -> () , pub godot_pool_int_array_remove : unsafe extern "C" fn (self_ : * mut godot_pool_int_array , idx : godot_int) -> () , pub godot_pool_int_array_resize : unsafe extern "C" fn (self_ : * mut godot_pool_int_array , size : godot_int) -> () , pub godot_pool_int_array_read : unsafe extern "C" fn (self_ : * const godot_pool_int_array) -> * mut godot_pool_int_array_read_access , pub godot_pool_int_array_write : unsafe extern "C" fn (self_ : * mut godot_pool_int_array) -> * mut godot_pool_int_array_write_access , pub godot_pool_int_array_set : unsafe extern "C" fn (self_ : * mut godot_pool_int_array , idx : godot_int , data : godot_int) -> () , pub godot_pool_int_array_get : unsafe extern "C" fn (self_ : * const godot_pool_int_array , idx : godot_int) -> godot_int , pub godot_pool_int_array_size : unsafe extern "C" fn (self_ : * const godot_pool_int_array) -> godot_int , pub godot_pool_int_array_destroy : unsafe extern "C" fn (self_ : * mut godot_pool_int_array) -> () , pub godot_pool_real_array_new : unsafe extern "C" fn (r_dest : * mut godot_pool_real_array) -> () , pub godot_pool_real_array_new_copy : unsafe extern "C" fn (r_dest : * mut godot_pool_real_array , src : * const godot_pool_real_array) -> () , pub godot_pool_real_array_new_with_array : unsafe extern "C" fn (r_dest : * mut godot_pool_real_array , a : * const godot_array) -> () , pub godot_pool_real_array_append : unsafe extern "C" fn (self_ : * mut godot_pool_real_array , data : godot_real) -> () , pub godot_pool_real_array_append_array : unsafe extern "C" fn (self_ : * mut godot_pool_real_array , array : * const godot_pool_real_array) -> () , pub godot_pool_real_array_insert : unsafe extern "C" fn (self_ : * mut godot_pool_real_array , idx : godot_int , data : godot_real) -> godot_error , pub godot_pool_real_array_invert : unsafe extern "C" fn (self_ : * mut godot_pool_real_array) -> () , pub godot_pool_real_array_push_back : unsafe extern "C" fn (self_ : * mut godot_pool_real_array , data : godot_real) -> () , pub godot_pool_real_array_remove : unsafe extern "C" fn (self_ : * mut godot_pool_real_array , idx : godot_int) -> () , pub godot_pool_real_array_resize : unsafe extern "C" fn (self_ : * mut godot_pool_real_array , size : godot_int) -> () , pub godot_pool_real_array_read : unsafe extern "C" fn (self_ : * const godot_pool_real_array) -> * mut godot_pool_real_array_read_access , pub godot_pool_real_array_write : unsafe extern "C" fn (self_ : * mut godot_pool_real_array) -> * mut godot_pool_real_array_write_access , pub godot_pool_real_array_set : unsafe extern "C" fn (self_ : * mut godot_pool_real_array , idx : godot_int , data : godot_real) -> () , pub godot_pool_real_array_get : unsafe extern "C" fn (self_ : * const godot_pool_real_array , idx : godot_int) -> godot_real , pub godot_pool_real_array_size : unsafe extern "C" fn (self_ : * const godot_pool_real_array) -> godot_int , pub godot_pool_real_array_destroy : unsafe extern "C" fn (self_ : * mut godot_pool_real_array) -> () , pub godot_pool_string_array_new : unsafe extern "C" fn (r_dest : * mut godot_pool_string_array) -> () , pub godot_pool_string_array_new_copy : unsafe extern "C" fn (r_dest : * mut godot_pool_string_array , src : * const godot_pool_string_array) -> () , pub godot_pool_string_array_new_with_array : unsafe extern "C" fn (r_dest : * mut godot_pool_string_array , a : * const godot_array) -> () , pub godot_pool_string_array_append : unsafe extern "C" fn (self_ : * mut godot_pool_string_array , data : * const godot_string) -> () , pub godot_pool_string_array_append_array : unsafe extern "C" fn (self_ : * mut godot_pool_string_array , array : * const godot_pool_string_array) -> () , pub godot_pool_string_array_insert : unsafe extern "C" fn (self_ : * mut godot_pool_string_array , idx : godot_int , data : * const godot_string) -> godot_error , pub godot_pool_string_array_invert : unsafe extern "C" fn (self_ : * mut godot_pool_string_array) -> () , pub godot_pool_string_array_push_back : unsafe extern "C" fn (self_ : * mut godot_pool_string_array , data : * const godot_string) -> () , pub godot_pool_string_array_remove : unsafe extern "C" fn (self_ : * mut godot_pool_string_array , idx : godot_int) -> () , pub godot_pool_string_array_resize : unsafe extern "C" fn (self_ : * mut godot_pool_string_array , size : godot_int) -> () , pub godot_pool_string_array_read : unsafe extern "C" fn (self_ : * const godot_pool_string_array) -> * mut godot_pool_string_array_read_access , pub godot_pool_string_array_write : unsafe extern "C" fn (self_ : * mut godot_pool_string_array) -> * mut godot_pool_string_array_write_access , pub godot_pool_string_array_set : unsafe extern "C" fn (self_ : * mut godot_pool_string_array , idx : godot_int , data : * const godot_string) -> () , pub godot_pool_string_array_get : unsafe extern "C" fn (self_ : * const godot_pool_string_array , idx : godot_int) -> godot_string , pub godot_pool_string_array_size : unsafe extern "C" fn (self_ : * const godot_pool_string_array) -> godot_int , pub godot_pool_string_array_destroy : unsafe extern "C" fn (self_ : * mut godot_pool_string_array) -> () , pub godot_pool_vector2_array_new : unsafe extern "C" fn (r_dest : * mut godot_pool_vector2_array) -> () , pub godot_pool_vector2_array_new_copy : unsafe extern "C" fn (r_dest : * mut godot_pool_vector2_array , src : * const godot_pool_vector2_array) -> () , pub godot_pool_vector2_array_new_with_array : unsafe extern "C" fn (r_dest : * mut godot_pool_vector2_array , a : * const godot_array) -> () , pub godot_pool_vector2_array_append : unsafe extern "C" fn (self_ : * mut godot_pool_vector2_array , data : * const godot_vector2) -> () , pub godot_pool_vector2_array_append_array : unsafe extern "C" fn (self_ : * mut godot_pool_vector2_array , array : * const godot_pool_vector2_array) -> () , pub godot_pool_vector2_array_insert : unsafe extern "C" fn (self_ : * mut godot_pool_vector2_array , idx : godot_int , data : * const godot_vector2) -> godot_error , pub godot_pool_vector2_array_invert : unsafe extern "C" fn (self_ : * mut godot_pool_vector2_array) -> () , pub godot_pool_vector2_array_push_back : unsafe extern "C" fn (self_ : * mut godot_pool_vector2_array , data : * const godot_vector2) -> () , pub godot_pool_vector2_array_remove : unsafe extern "C" fn (self_ : * mut godot_pool_vector2_array , idx : godot_int) -> () , pub godot_pool_vector2_array_resize : unsafe extern "C" fn (self_ : * mut godot_pool_vector2_array , size : godot_int) -> () , pub godot_pool_vector2_array_read : unsafe extern "C" fn (self_ : * const godot_pool_vector2_array) -> * mut godot_pool_vector2_array_read_access , pub godot_pool_vector2_array_write : unsafe extern "C" fn (self_ : * mut godot_pool_vector2_array) -> * mut godot_pool_vector2_array_write_access , pub godot_pool_vector2_array_set : unsafe extern "C" fn (self_ : * mut godot_pool_vector2_array , idx : godot_int , data : * const godot_vector2) -> () , pub godot_pool_vector2_array_get : unsafe extern "C" fn (self_ : * const godot_pool_vector2_array , idx : godot_int) -> godot_vector2 , pub godot_pool_vector2_array_size : unsafe extern "C" fn (self_ : * const godot_pool_vector2_array) -> godot_int , pub godot_pool_vector2_array_destroy : unsafe extern "C" fn (self_ : * mut godot_pool_vector2_array) -> () , pub godot_pool_vector3_array_new : unsafe extern "C" fn (r_dest : * mut godot_pool_vector3_array) -> () , pub godot_pool_vector3_array_new_copy : unsafe extern "C" fn (r_dest : * mut godot_pool_vector3_array , src : * const godot_pool_vector3_array) -> () , pub godot_pool_vector3_array_new_with_array : unsafe extern "C" fn (r_dest : * mut godot_pool_vector3_array , a : * const godot_array) -> () , pub godot_pool_vector3_array_append : unsafe extern "C" fn (self_ : * mut godot_pool_vector3_array , data : * const godot_vector3) -> () , pub godot_pool_vector3_array_append_array : unsafe extern "C" fn (self_ : * mut godot_pool_vector3_array , array : * const godot_pool_vector3_array) -> () , pub godot_pool_vector3_array_insert : unsafe extern "C" fn (self_ : * mut godot_pool_vector3_array , idx : godot_int , data : * const godot_vector3) -> godot_error , pub godot_pool_vector3_array_invert : unsafe extern "C" fn (self_ : * mut godot_pool_vector3_array) -> () , pub godot_pool_vector3_array_push_back : unsafe extern "C" fn (self_ : * mut godot_pool_vector3_array , data : * const godot_vector3) -> () , pub godot_pool_vector3_array_remove : unsafe extern "C" fn (self_ : * mut godot_pool_vector3_array , idx : godot_int) -> () , pub godot_pool_vector3_array_resize : unsafe extern "C" fn (self_ : * mut godot_pool_vector3_array , size : godot_int) -> () , pub godot_pool_vector3_array_read : unsafe extern "C" fn (self_ : * const godot_pool_vector3_array) -> * mut godot_pool_vector3_array_read_access , pub godot_pool_vector3_array_write : unsafe extern "C" fn (self_ : * mut godot_pool_vector3_array) -> * mut godot_pool_vector3_array_write_access , pub godot_pool_vector3_array_set : unsafe extern "C" fn (self_ : * mut godot_pool_vector3_array , idx : godot_int , data : * const godot_vector3) -> () , pub godot_pool_vector3_array_get : unsafe extern "C" fn (self_ : * const godot_pool_vector3_array , idx : godot_int) -> godot_vector3 , pub godot_pool_vector3_array_size : unsafe extern "C" fn (self_ : * const godot_pool_vector3_array) -> godot_int , pub godot_pool_vector3_array_destroy : unsafe extern "C" fn (self_ : * mut godot_pool_vector3_array) -> () , pub godot_pool_color_array_new : unsafe extern "C" fn (r_dest : * mut godot_pool_color_array) -> () , pub godot_pool_color_array_new_copy : unsafe extern "C" fn (r_dest : * mut godot_pool_color_array , src : * const godot_pool_color_array) -> () , pub godot_pool_color_array_new_with_array : unsafe extern "C" fn (r_dest : * mut godot_pool_color_array , a : * const godot_array) -> () , pub godot_pool_color_array_append : unsafe extern "C" fn (self_ : * mut godot_pool_color_array , data : * const godot_color) -> () , pub godot_pool_color_array_append_array : unsafe extern "C" fn (self_ : * mut godot_pool_color_array , array : * const godot_pool_color_array) -> () , pub godot_pool_color_array_insert : unsafe extern "C" fn (self_ : * mut godot_pool_color_array , idx : godot_int , data : * const godot_color) -> godot_error , pub godot_pool_color_array_invert : unsafe extern "C" fn (self_ : * mut godot_pool_color_array) -> () , pub godot_pool_color_array_push_back : unsafe extern "C" fn (self_ : * mut godot_pool_color_array , data : * const godot_color) -> () , pub godot_pool_color_array_remove : unsafe extern "C" fn (self_ : * mut godot_pool_color_array , idx : godot_int) -> () , pub godot_pool_color_array_resize : unsafe extern "C" fn (self_ : * mut godot_pool_color_array , size : godot_int) -> () , pub godot_pool_color_array_read : unsafe extern "C" fn (self_ : * const godot_pool_color_array) -> * mut godot_pool_color_array_read_access , pub godot_pool_color_array_write : unsafe extern "C" fn (self_ : * mut godot_pool_color_array) -> * mut godot_pool_color_array_write_access , pub godot_pool_color_array_set : unsafe extern "C" fn (self_ : * mut godot_pool_color_array , idx : godot_int , data : * const godot_color) -> () , pub godot_pool_color_array_get : unsafe extern "C" fn (self_ : * const godot_pool_color_array , idx : godot_int) -> godot_color , pub godot_pool_color_array_size : unsafe extern "C" fn (self_ : * const godot_pool_color_array) -> godot_int , pub godot_pool_color_array_destroy : unsafe extern "C" fn (self_ : * mut godot_pool_color_array) -> () , pub godot_pool_byte_array_read_access_copy : unsafe extern "C" fn (read : * const godot_pool_byte_array_read_access) -> * mut godot_pool_byte_array_read_access , pub godot_pool_byte_array_read_access_ptr : unsafe extern "C" fn (read : * const godot_pool_byte_array_read_access) -> * const u8 , pub godot_pool_byte_array_read_access_operator_assign : unsafe extern "C" fn (read : * mut godot_pool_byte_array_read_access , other : * mut godot_pool_byte_array_read_access) -> () , pub godot_pool_byte_array_read_access_destroy : unsafe extern "C" fn (read : * mut godot_pool_byte_array_read_access) -> () , pub godot_pool_int_array_read_access_copy : unsafe extern "C" fn (read : * const godot_pool_int_array_read_access) -> * mut godot_pool_int_array_read_access , pub godot_pool_int_array_read_access_ptr : unsafe extern "C" fn (read : * const godot_pool_int_array_read_access) -> * const godot_int , pub godot_pool_int_array_read_access_operator_assign : unsafe extern "C" fn (read : * mut godot_pool_int_array_read_access , other : * mut godot_pool_int_array_read_access) -> () , pub godot_pool_int_array_read_access_destroy : unsafe extern "C" fn (read : * mut godot_pool_int_array_read_access) -> () , pub godot_pool_real_array_read_access_copy : unsafe extern "C" fn (read : * const godot_pool_real_array_read_access) -> * mut godot_pool_real_array_read_access , pub godot_pool_real_array_read_access_ptr : unsafe extern "C" fn (read : * const godot_pool_real_array_read_access) -> * const godot_real , pub godot_pool_real_array_read_access_operator_assign : unsafe extern "C" fn (read : * mut godot_pool_real_array_read_access , other : * mut godot_pool_real_array_read_access) -> () , pub godot_pool_real_array_read_access_destroy : unsafe extern "C" fn (read : * mut godot_pool_real_array_read_access) -> () , pub godot_pool_string_array_read_access_copy : unsafe extern "C" fn (read : * const godot_pool_string_array_read_access) -> * mut godot_pool_string_array_read_access , pub godot_pool_string_array_read_access_ptr : unsafe extern "C" fn (read : * const godot_pool_string_array_read_access) -> * const godot_string , pub godot_pool_string_array_read_access_operator_assign : unsafe extern "C" fn (read : * mut godot_pool_string_array_read_access , other : * mut godot_pool_string_array_read_access) -> () , pub godot_pool_string_array_read_access_destroy : unsafe extern "C" fn (read : * mut godot_pool_string_array_read_access) -> () , pub godot_pool_vector2_array_read_access_copy : unsafe extern "C" fn (read : * const godot_pool_vector2_array_read_access) -> * mut godot_pool_vector2_array_read_access , pub godot_pool_vector2_array_read_access_ptr : unsafe extern "C" fn (read : * const godot_pool_vector2_array_read_access) -> * const godot_vector2 , pub godot_pool_vector2_array_read_access_operator_assign : unsafe extern "C" fn (read : * mut godot_pool_vector2_array_read_access , other : * mut godot_pool_vector2_array_read_access) -> () , pub godot_pool_vector2_array_read_access_destroy : unsafe extern "C" fn (read : * mut godot_pool_vector2_array_read_access) -> () , pub godot_pool_vector3_array_read_access_copy : unsafe extern "C" fn (read : * const godot_pool_vector3_array_read_access) -> * mut godot_pool_vector3_array_read_access , pub godot_pool_vector3_array_read_access_ptr : unsafe extern "C" fn (read : * const godot_pool_vector3_array_read_access) -> * const godot_vector3 , pub godot_pool_vector3_array_read_access_operator_assign : unsafe extern "C" fn (read : * mut godot_pool_vector3_array_read_access , other : * mut godot_pool_vector3_array_read_access) -> () , pub godot_pool_vector3_array_read_access_destroy : unsafe extern "C" fn (read : * mut godot_pool_vector3_array_read_access) -> () , pub godot_pool_color_array_read_access_copy : unsafe extern "C" fn (read : * const godot_pool_color_array_read_access) -> * mut godot_pool_color_array_read_access , pub godot_pool_color_array_read_access_ptr : unsafe extern "C" fn (read : * const godot_pool_color_array_read_access) -> * const godot_color , pub godot_pool_color_array_read_access_operator_assign : unsafe extern "C" fn (read : * mut godot_pool_color_array_read_access , other : * mut godot_pool_color_array_read_access) -> () , pub godot_pool_color_array_read_access_destroy : unsafe extern "C" fn (read : * mut godot_pool_color_array_read_access) -> () , pub godot_pool_byte_array_write_access_copy : unsafe extern "C" fn (write : * const godot_pool_byte_array_write_access) -> * mut godot_pool_byte_array_write_access , pub godot_pool_byte_array_write_access_ptr : unsafe extern "C" fn (write : * const godot_pool_byte_array_write_access) -> * mut u8 , pub godot_pool_byte_array_write_access_operator_assign : unsafe extern "C" fn (write : * mut godot_pool_byte_array_write_access , other : * mut godot_pool_byte_array_write_access) -> () , pub godot_pool_byte_array_write_access_destroy : unsafe extern "C" fn (write : * mut godot_pool_byte_array_write_access) -> () , pub godot_pool_int_array_write_access_copy : unsafe extern "C" fn (write : * const godot_pool_int_array_write_access) -> * mut godot_pool_int_array_write_access , pub godot_pool_int_array_write_access_ptr : unsafe extern "C" fn (write : * const godot_pool_int_array_write_access) -> * mut godot_int , pub godot_pool_int_array_write_access_operator_assign : unsafe extern "C" fn (write : * mut godot_pool_int_array_write_access , other : * mut godot_pool_int_array_write_access) -> () , pub godot_pool_int_array_write_access_destroy : unsafe extern "C" fn (write : * mut godot_pool_int_array_write_access) -> () , pub godot_pool_real_array_write_access_copy : unsafe extern "C" fn (write : * const godot_pool_real_array_write_access) -> * mut godot_pool_real_array_write_access , pub godot_pool_real_array_write_access_ptr : unsafe extern "C" fn (write : * const godot_pool_real_array_write_access) -> * mut godot_real , pub godot_pool_real_array_write_access_operator_assign : unsafe extern "C" fn (write : * mut godot_pool_real_array_write_access , other : * mut godot_pool_real_array_write_access) -> () , pub godot_pool_real_array_write_access_destroy : unsafe extern "C" fn (write : * mut godot_pool_real_array_write_access) -> () , pub godot_pool_string_array_write_access_copy : unsafe extern "C" fn (write : * const godot_pool_string_array_write_access) -> * mut godot_pool_string_array_write_access , pub godot_pool_string_array_write_access_ptr : unsafe extern "C" fn (write : * const godot_pool_string_array_write_access) -> * mut godot_string , pub godot_pool_string_array_write_access_operator_assign : unsafe extern "C" fn (write : * mut godot_pool_string_array_write_access , other : * mut godot_pool_string_array_write_access) -> () , pub godot_pool_string_array_write_access_destroy : unsafe extern "C" fn (write : * mut godot_pool_string_array_write_access) -> () , pub godot_pool_vector2_array_write_access_copy : unsafe extern "C" fn (write : * const godot_pool_vector2_array_write_access) -> * mut godot_pool_vector2_array_write_access , pub godot_pool_vector2_array_write_access_ptr : unsafe extern "C" fn (write : * const godot_pool_vector2_array_write_access) -> * mut godot_vector2 , pub godot_pool_vector2_array_write_access_operator_assign : unsafe extern "C" fn (write : * mut godot_pool_vector2_array_write_access , other : * mut godot_pool_vector2_array_write_access) -> () , pub godot_pool_vector2_array_write_access_destroy : unsafe extern "C" fn (write : * mut godot_pool_vector2_array_write_access) -> () , pub godot_pool_vector3_array_write_access_copy : unsafe extern "C" fn (write : * const godot_pool_vector3_array_write_access) -> * mut godot_pool_vector3_array_write_access , pub godot_pool_vector3_array_write_access_ptr : unsafe extern "C" fn (write : * const godot_pool_vector3_array_write_access) -> * mut godot_vector3 , pub godot_pool_vector3_array_write_access_operator_assign : unsafe extern "C" fn (write : * mut godot_pool_vector3_array_write_access , other : * mut godot_pool_vector3_array_write_access) -> () , pub godot_pool_vector3_array_write_access_destroy : unsafe extern "C" fn (write : * mut godot_pool_vector3_array_write_access) -> () , pub godot_pool_color_array_write_access_copy : unsafe extern "C" fn (write : * const godot_pool_color_array_write_access) -> * mut godot_pool_color_array_write_access , pub godot_pool_color_array_write_access_ptr : unsafe extern "C" fn (write : * const godot_pool_color_array_write_access) -> * mut godot_color , pub godot_pool_color_array_write_access_operator_assign : unsafe extern "C" fn (write : * mut godot_pool_color_array_write_access , other : * mut godot_pool_color_array_write_access) -> () , pub godot_pool_color_array_write_access_destroy : unsafe extern "C" fn (write : * mut godot_pool_color_array_write_access) -> () , pub godot_array_new : unsafe extern "C" fn (r_dest : * mut godot_array) -> () , pub godot_array_new_copy : unsafe extern "C" fn (r_dest : * mut godot_array , src : * const godot_array) -> () , pub godot_array_new_pool_color_array : unsafe extern "C" fn (r_dest : * mut godot_array , pca : * const godot_pool_color_array) -> () , pub godot_array_new_pool_vector3_array : unsafe extern "C" fn (r_dest : * mut godot_array , pv3a : * const godot_pool_vector3_array) -> () , pub godot_array_new_pool_vector2_array : unsafe extern "C" fn (r_dest : * mut godot_array , pv2a : * const godot_pool_vector2_array) -> () , pub godot_array_new_pool_string_array : unsafe extern "C" fn (r_dest : * mut godot_array , psa : * const godot_pool_string_array) -> () , pub godot_array_new_pool_real_array : unsafe extern "C" fn (r_dest : * mut godot_array , pra : * const godot_pool_real_array) -> () , pub godot_array_new_pool_int_array : unsafe extern "C" fn (r_dest : * mut godot_array , pia : * const godot_pool_int_array) -> () , pub godot_array_new_pool_byte_array : unsafe extern "C" fn (r_dest : * mut godot_array , pba : * const godot_pool_byte_array) -> () , pub godot_array_set : unsafe extern "C" fn (self_ : * mut godot_array , idx : godot_int , value : * const godot_variant) -> () , pub godot_array_get : unsafe extern "C" fn (self_ : * const godot_array , idx : godot_int) -> godot_variant , pub godot_array_operator_index : unsafe extern "C" fn (self_ : * mut godot_array , idx : godot_int) -> * mut godot_variant , pub godot_array_operator_index_const : unsafe extern "C" fn (self_ : * const godot_array , idx : godot_int) -> * const godot_variant , pub godot_array_append : unsafe extern "C" fn (self_ : * mut godot_array , value : * const godot_variant) -> () , pub godot_array_clear : unsafe extern "C" fn (self_ : * mut godot_array) -> () , pub godot_array_count : unsafe extern "C" fn (self_ : * const godot_array , value : * const godot_variant) -> godot_int , pub godot_array_empty : unsafe extern "C" fn (self_ : * const godot_array) -> godot_bool , pub godot_array_erase : unsafe extern "C" fn (self_ : * mut godot_array , value : * const godot_variant) -> () , pub godot_array_front : unsafe extern "C" fn (self_ : * const godot_array) -> godot_variant , pub godot_array_back : unsafe extern "C" fn (self_ : * const godot_array) -> godot_variant , pub godot_array_find : unsafe extern "C" fn (self_ : * const godot_array , what : * const godot_variant , from : godot_int) -> godot_int , pub godot_array_find_last : unsafe extern "C" fn (self_ : * const godot_array , what : * const godot_variant) -> godot_int , pub godot_array_has : unsafe extern "C" fn (self_ : * const godot_array , value : * const godot_variant) -> godot_bool , pub godot_array_hash : unsafe extern "C" fn (self_ : * const godot_array) -> godot_int , pub godot_array_insert : unsafe extern "C" fn (self_ : * mut godot_array , pos : godot_int , value : * const godot_variant) -> () , pub godot_array_invert : unsafe extern "C" fn (self_ : * mut godot_array) -> () , pub godot_array_pop_back : unsafe extern "C" fn (self_ : * mut godot_array) -> godot_variant , pub godot_array_pop_front : unsafe extern "C" fn (self_ : * mut godot_array) -> godot_variant , pub godot_array_push_back : unsafe extern "C" fn (self_ : * mut godot_array , value : * const godot_variant) -> () , pub godot_array_push_front : unsafe extern "C" fn (self_ : * mut godot_array , value : * const godot_variant) -> () , pub godot_array_remove : unsafe extern "C" fn (self_ : * mut godot_array , idx : godot_int) -> () , pub godot_array_resize : unsafe extern "C" fn (self_ : * mut godot_array , size : godot_int) -> () , pub godot_array_rfind : unsafe extern "C" fn (self_ : * const godot_array , what : * const godot_variant , from : godot_int) -> godot_int , pub godot_array_size : unsafe extern "C" fn (self_ : * const godot_array) -> godot_int , pub godot_array_sort : unsafe extern "C" fn (self_ : * mut godot_array) -> () , pub godot_array_sort_custom : unsafe extern "C" fn (self_ : * mut godot_array , obj : * mut godot_object , func : * const godot_string) -> () , pub godot_array_bsearch : unsafe extern "C" fn (self_ : * mut godot_array , value : * const godot_variant , before : godot_bool) -> godot_int , pub godot_array_bsearch_custom : unsafe extern "C" fn (self_ : * mut godot_array , value : * const godot_variant , obj : * mut godot_object , func : * const godot_string , before : godot_bool) -> godot_int , pub godot_array_destroy : unsafe extern "C" fn (self_ : * mut godot_array) -> () , pub godot_dictionary_new : unsafe extern "C" fn (r_dest : * mut godot_dictionary) -> () , pub godot_dictionary_new_copy : unsafe extern "C" fn (r_dest : * mut godot_dictionary , src : * const godot_dictionary) -> () , pub godot_dictionary_destroy : unsafe extern "C" fn (self_ : * mut godot_dictionary) -> () , pub godot_dictionary_size : unsafe extern "C" fn (self_ : * const godot_dictionary) -> godot_int , pub godot_dictionary_empty : unsafe extern "C" fn (self_ : * const godot_dictionary) -> godot_bool , pub godot_dictionary_clear : unsafe extern "C" fn (self_ : * mut godot_dictionary) -> () , pub godot_dictionary_has : unsafe extern "C" fn (self_ : * const godot_dictionary , key : * const godot_variant) -> godot_bool , pub godot_dictionary_has_all : unsafe extern "C" fn (self_ : * const godot_dictionary , keys : * const godot_array) -> godot_bool , pub godot_dictionary_erase : unsafe extern "C" fn (self_ : * mut godot_dictionary , key : * const godot_variant) -> () , pub godot_dictionary_hash : unsafe extern "C" fn (self_ : * const godot_dictionary) -> godot_int , pub godot_dictionary_keys : unsafe extern "C" fn (self_ : * const godot_dictionary) -> godot_array , pub godot_dictionary_values : unsafe extern "C" fn (self_ : * const godot_dictionary) -> godot_array , pub godot_dictionary_get : unsafe extern "C" fn (self_ : * const godot_dictionary , key : * const godot_variant) -> godot_variant , pub godot_dictionary_set : unsafe extern "C" fn (self_ : * mut godot_dictionary , key : * const godot_variant , value : * const godot_variant) -> () , pub godot_dictionary_operator_index : unsafe extern "C" fn (self_ : * mut godot_dictionary , key : * const godot_variant) -> * mut godot_variant , pub godot_dictionary_operator_index_const : unsafe extern "C" fn (self_ : * const godot_dictionary , key : * const godot_variant) -> * const godot_variant , pub godot_dictionary_next : unsafe extern "C" fn (self_ : * const godot_dictionary , key : * const godot_variant) -> * mut godot_variant , pub godot_dictionary_operator_equal : unsafe extern "C" fn (self_ : * const godot_dictionary , b : * const godot_dictionary) -> godot_bool , pub godot_dictionary_to_json : unsafe extern "C" fn (self_ : * const godot_dictionary) -> godot_string , pub godot_node_path_new : unsafe extern "C" fn (r_dest : * mut godot_node_path , from : * const godot_string) -> () , pub godot_node_path_new_copy : unsafe extern "C" fn (r_dest : * mut godot_node_path , src : * const godot_node_path) -> () , pub godot_node_path_destroy : unsafe extern "C" fn (self_ : * mut godot_node_path) -> () , pub godot_node_path_as_string : unsafe extern "C" fn (self_ : * const godot_node_path) -> godot_string , pub godot_node_path_is_absolute : unsafe extern "C" fn (self_ : * const godot_node_path) -> godot_bool , pub godot_node_path_get_name_count : unsafe extern "C" fn (self_ : * const godot_node_path) -> godot_int , pub godot_node_path_get_name : unsafe extern "C" fn (self_ : * const godot_node_path , idx : godot_int) -> godot_string , pub godot_node_path_get_subname_count : unsafe extern "C" fn (self_ : * const godot_node_path) -> godot_int , pub godot_node_path_get_subname : unsafe extern "C" fn (self_ : * const godot_node_path , idx : godot_int) -> godot_string , pub godot_node_path_get_concatenated_subnames : unsafe extern "C" fn (self_ : * const godot_node_path) -> godot_string , pub godot_node_path_is_empty : unsafe extern "C" fn (self_ : * const godot_node_path) -> godot_bool , pub godot_node_path_operator_equal : unsafe extern "C" fn (self_ : * const godot_node_path , b : * const godot_node_path) -> godot_bool , pub godot_plane_new_with_reals : unsafe extern "C" fn (r_dest : * mut godot_plane , a : godot_real , b : godot_real , c : godot_real , d : godot_real) -> () , pub godot_plane_new_with_vectors : unsafe extern "C" fn (r_dest : * mut godot_plane , v1 : * const godot_vector3 , v2 : * const godot_vector3 , v3 : * const godot_vector3) -> () , pub godot_plane_new_with_normal : unsafe extern "C" fn (r_dest : * mut godot_plane , normal : * const godot_vector3 , d : godot_real) -> () , pub godot_plane_as_string : unsafe extern "C" fn (self_ : * const godot_plane) -> godot_string , pub godot_plane_normalized : unsafe extern "C" fn (self_ : * const godot_plane) -> godot_plane , pub godot_plane_center : unsafe extern "C" fn (self_ : * const godot_plane) -> godot_vector3 , pub godot_plane_get_any_point : unsafe extern "C" fn (self_ : * const godot_plane) -> godot_vector3 , pub godot_plane_is_point_over : unsafe extern "C" fn (self_ : * const godot_plane , point : * const godot_vector3) -> godot_bool , pub godot_plane_distance_to : unsafe extern "C" fn (self_ : * const godot_plane , point : * const godot_vector3) -> godot_real , pub godot_plane_has_point : unsafe extern "C" fn (self_ : * const godot_plane , point : * const godot_vector3 , epsilon : godot_real) -> godot_bool , pub godot_plane_project : unsafe extern "C" fn (self_ : * const godot_plane , point : * const godot_vector3) -> godot_vector3 , pub godot_plane_intersect_3 : unsafe extern "C" fn (self_ : * const godot_plane , r_dest : * mut godot_vector3 , b : * const godot_plane , c : * const godot_plane) -> godot_bool , pub godot_plane_intersects_ray : unsafe extern "C" fn (self_ : * const godot_plane , r_dest : * mut godot_vector3 , from : * const godot_vector3 , dir : * const godot_vector3) -> godot_bool , pub godot_plane_intersects_segment : unsafe extern "C" fn (self_ : * const godot_plane , r_dest : * mut godot_vector3 , begin : * const godot_vector3 , end : * const godot_vector3) -> godot_bool , pub godot_plane_operator_neg : unsafe extern "C" fn (self_ : * const godot_plane) -> godot_plane , pub godot_plane_operator_equal : unsafe extern "C" fn (self_ : * const godot_plane , b : * const godot_plane) -> godot_bool , pub godot_plane_set_normal : unsafe extern "C" fn (self_ : * mut godot_plane , normal : * const godot_vector3) -> () , pub godot_plane_get_normal : unsafe extern "C" fn (self_ : * const godot_plane) -> godot_vector3 , pub godot_plane_get_d : unsafe extern "C" fn (self_ : * const godot_plane) -> godot_real , pub godot_plane_set_d : unsafe extern "C" fn (self_ : * mut godot_plane , d : godot_real) -> () , pub godot_rect2_new_with_position_and_size : unsafe extern "C" fn (r_dest : * mut godot_rect2 , pos : * const godot_vector2 , size : * const godot_vector2) -> () , pub godot_rect2_new : unsafe extern "C" fn (r_dest : * mut godot_rect2 , x : godot_real , y : godot_real , width : godot_real , height : godot_real) -> () , pub godot_rect2_as_string : unsafe extern "C" fn (self_ : * const godot_rect2) -> godot_string , pub godot_rect2_get_area : unsafe extern "C" fn (self_ : * const godot_rect2) -> godot_real , pub godot_rect2_intersects : unsafe extern "C" fn (self_ : * const godot_rect2 , b : * const godot_rect2) -> godot_bool , pub godot_rect2_encloses : unsafe extern "C" fn (self_ : * const godot_rect2 , b : * const godot_rect2) -> godot_bool , pub godot_rect2_has_no_area : unsafe extern "C" fn (self_ : * const godot_rect2) -> godot_bool , pub godot_rect2_clip : unsafe extern "C" fn (self_ : * const godot_rect2 , b : * const godot_rect2) -> godot_rect2 , pub godot_rect2_merge : unsafe extern "C" fn (self_ : * const godot_rect2 , b : * const godot_rect2) -> godot_rect2 , pub godot_rect2_has_point : unsafe extern "C" fn (self_ : * const godot_rect2 , point : * const godot_vector2) -> godot_bool , pub godot_rect2_grow : unsafe extern "C" fn (self_ : * const godot_rect2 , by : godot_real) -> godot_rect2 , pub godot_rect2_expand : unsafe extern "C" fn (self_ : * const godot_rect2 , to : * const godot_vector2) -> godot_rect2 , pub godot_rect2_operator_equal : unsafe extern "C" fn (self_ : * const godot_rect2 , b : * const godot_rect2) -> godot_bool , pub godot_rect2_get_position : unsafe extern "C" fn (self_ : * const godot_rect2) -> godot_vector2 , pub godot_rect2_get_size : unsafe extern "C" fn (self_ : * const godot_rect2) -> godot_vector2 , pub godot_rect2_set_position : unsafe extern "C" fn (self_ : * mut godot_rect2 , pos : * const godot_vector2) -> () , pub godot_rect2_set_size : unsafe extern "C" fn (self_ : * mut godot_rect2 , size : * const godot_vector2) -> () , pub godot_aabb_new : unsafe extern "C" fn (r_dest : * mut godot_aabb , pos : * const godot_vector3 , size : * const godot_vector3) -> () , pub godot_aabb_get_position : unsafe extern "C" fn (self_ : * const godot_aabb) -> godot_vector3 , pub godot_aabb_set_position : unsafe extern "C" fn (self_ : * const godot_aabb , v : * const godot_vector3) -> () , pub godot_aabb_get_size : unsafe extern "C" fn (self_ : * const godot_aabb) -> godot_vector3 , pub godot_aabb_set_size : unsafe extern "C" fn (self_ : * const godot_aabb , v : * const godot_vector3) -> () , pub godot_aabb_as_string : unsafe extern "C" fn (self_ : * const godot_aabb) -> godot_string , pub godot_aabb_get_area : unsafe extern "C" fn (self_ : * const godot_aabb) -> godot_real , pub godot_aabb_has_no_area : unsafe extern "C" fn (self_ : * const godot_aabb) -> godot_bool , pub godot_aabb_has_no_surface : unsafe extern "C" fn (self_ : * const godot_aabb) -> godot_bool , pub godot_aabb_intersects : unsafe extern "C" fn (self_ : * const godot_aabb , with : * const godot_aabb) -> godot_bool , pub godot_aabb_encloses : unsafe extern "C" fn (self_ : * const godot_aabb , with : * const godot_aabb) -> godot_bool , pub godot_aabb_merge : unsafe extern "C" fn (self_ : * const godot_aabb , with : * const godot_aabb) -> godot_aabb , pub godot_aabb_intersection : unsafe extern "C" fn (self_ : * const godot_aabb , with : * const godot_aabb) -> godot_aabb , pub godot_aabb_intersects_plane : unsafe extern "C" fn (self_ : * const godot_aabb , plane : * const godot_plane) -> godot_bool , pub godot_aabb_intersects_segment : unsafe extern "C" fn (self_ : * const godot_aabb , from : * const godot_vector3 , to : * const godot_vector3) -> godot_bool , pub godot_aabb_has_point : unsafe extern "C" fn (self_ : * const godot_aabb , point : * const godot_vector3) -> godot_bool , pub godot_aabb_get_support : unsafe extern "C" fn (self_ : * const godot_aabb , dir : * const godot_vector3) -> godot_vector3 , pub godot_aabb_get_longest_axis : unsafe extern "C" fn (self_ : * const godot_aabb) -> godot_vector3 , pub godot_aabb_get_longest_axis_index : unsafe extern "C" fn (self_ : * const godot_aabb) -> godot_int , pub godot_aabb_get_longest_axis_size : unsafe extern "C" fn (self_ : * const godot_aabb) -> godot_real , pub godot_aabb_get_shortest_axis : unsafe extern "C" fn (self_ : * const godot_aabb) -> godot_vector3 , pub godot_aabb_get_shortest_axis_index : unsafe extern "C" fn (self_ : * const godot_aabb) -> godot_int , pub godot_aabb_get_shortest_axis_size : unsafe extern "C" fn (self_ : * const godot_aabb) -> godot_real , pub godot_aabb_expand : unsafe extern "C" fn (self_ : * const godot_aabb , to_point : * const godot_vector3) -> godot_aabb , pub godot_aabb_grow : unsafe extern "C" fn (self_ : * const godot_aabb , by : godot_real) -> godot_aabb , pub godot_aabb_get_endpoint : unsafe extern "C" fn (self_ : * const godot_aabb , idx : godot_int) -> godot_vector3 , pub godot_aabb_operator_equal : unsafe extern "C" fn (self_ : * const godot_aabb , b : * const godot_aabb) -> godot_bool , pub godot_rid_new : unsafe extern "C" fn (r_dest : * mut godot_rid) -> () , pub godot_rid_get_id : unsafe extern "C" fn (self_ : * const godot_rid) -> godot_int , pub godot_rid_new_with_resource : unsafe extern "C" fn (r_dest : * mut godot_rid , from : * const godot_object) -> () , pub godot_rid_operator_equal : unsafe extern "C" fn (self_ : * const godot_rid , b : * const godot_rid) -> godot_bool , pub godot_rid_operator_less : unsafe extern "C" fn (self_ : * const godot_rid , b : * const godot_rid) -> godot_bool , pub godot_transform_new_with_axis_origin : unsafe extern "C" fn (r_dest : * mut godot_transform , x_axis : * const godot_vector3 , y_axis : * const godot_vector3 , z_axis : * const godot_vector3 , origin : * const godot_vector3) -> () , pub godot_transform_new : unsafe extern "C" fn (r_dest : * mut godot_transform , basis : * const godot_basis , origin : * const godot_vector3) -> () , pub godot_transform_get_basis : unsafe extern "C" fn (self_ : * const godot_transform) -> godot_basis , pub godot_transform_set_basis : unsafe extern "C" fn (self_ : * mut godot_transform , v : * const godot_basis) -> () , pub godot_transform_get_origin : unsafe extern "C" fn (self_ : * const godot_transform) -> godot_vector3 , pub godot_transform_set_origin : unsafe extern "C" fn (self_ : * mut godot_transform , v : * const godot_vector3) -> () , pub godot_transform_as_string : unsafe extern "C" fn (self_ : * const godot_transform) -> godot_string , pub godot_transform_inverse : unsafe extern "C" fn (self_ : * const godot_transform) -> godot_transform , pub godot_transform_affine_inverse : unsafe extern "C" fn (self_ : * const godot_transform) -> godot_transform , pub godot_transform_orthonormalized : unsafe extern "C" fn (self_ : * const godot_transform) -> godot_transform , pub godot_transform_rotated : unsafe extern "C" fn (self_ : * const godot_transform , axis : * const godot_vector3 , phi : godot_real) -> godot_transform , pub godot_transform_scaled : unsafe extern "C" fn (self_ : * const godot_transform , scale : * const godot_vector3) -> godot_transform , pub godot_transform_translated : unsafe extern "C" fn (self_ : * const godot_transform , ofs : * const godot_vector3) -> godot_transform , pub godot_transform_looking_at : unsafe extern "C" fn (self_ : * const godot_transform , target : * const godot_vector3 , up : * const godot_vector3) -> godot_transform , pub godot_transform_xform_plane : unsafe extern "C" fn (self_ : * const godot_transform , v : * const godot_plane) -> godot_plane , pub godot_transform_xform_inv_plane : unsafe extern "C" fn (self_ : * const godot_transform , v : * const godot_plane) -> godot_plane , pub godot_transform_new_identity : unsafe extern "C" fn (r_dest : * mut godot_transform) -> () , pub godot_transform_operator_equal : unsafe extern "C" fn (self_ : * const godot_transform , b : * const godot_transform) -> godot_bool , pub godot_transform_operator_multiply : unsafe extern "C" fn (self_ : * const godot_transform , b : * const godot_transform) -> godot_transform , pub godot_transform_xform_vector3 : unsafe extern "C" fn (self_ : * const godot_transform , v : * const godot_vector3) -> godot_vector3 , pub godot_transform_xform_inv_vector3 : unsafe extern "C" fn (self_ : * const godot_transform , v : * const godot_vector3) -> godot_vector3 , pub godot_transform_xform_aabb : unsafe extern "C" fn (self_ : * const godot_transform , v : * const godot_aabb) -> godot_aabb , pub godot_transform_xform_inv_aabb : unsafe extern "C" fn (self_ : * const godot_transform , v : * const godot_aabb) -> godot_aabb , pub godot_transform2d_new : unsafe extern "C" fn (r_dest : * mut godot_transform2d , rot : godot_real , pos : * const godot_vector2) -> () , pub godot_transform2d_new_axis_origin : unsafe extern "C" fn (r_dest : * mut godot_transform2d , x_axis : * const godot_vector2 , y_axis : * const godot_vector2 , origin : * const godot_vector2) -> () , pub godot_transform2d_as_string : unsafe extern "C" fn (self_ : * const godot_transform2d) -> godot_string , pub godot_transform2d_inverse : unsafe extern "C" fn (self_ : * const godot_transform2d) -> godot_transform2d , pub godot_transform2d_affine_inverse : unsafe extern "C" fn (self_ : * const godot_transform2d) -> godot_transform2d , pub godot_transform2d_get_rotation : unsafe extern "C" fn (self_ : * const godot_transform2d) -> godot_real , pub godot_transform2d_get_origin : unsafe extern "C" fn (self_ : * const godot_transform2d) -> godot_vector2 , pub godot_transform2d_get_scale : unsafe extern "C" fn (self_ : * const godot_transform2d) -> godot_vector2 , pub godot_transform2d_orthonormalized : unsafe extern "C" fn (self_ : * const godot_transform2d) -> godot_transform2d , pub godot_transform2d_rotated : unsafe extern "C" fn (self_ : * const godot_transform2d , phi : godot_real) -> godot_transform2d , pub godot_transform2d_scaled : unsafe extern "C" fn (self_ : * const godot_transform2d , scale : * const godot_vector2) -> godot_transform2d , pub godot_transform2d_translated : unsafe extern "C" fn (self_ : * const godot_transform2d , offset : * const godot_vector2) -> godot_transform2d , pub godot_transform2d_xform_vector2 : unsafe extern "C" fn (self_ : * const godot_transform2d , v : * const godot_vector2) -> godot_vector2 , pub godot_transform2d_xform_inv_vector2 : unsafe extern "C" fn (self_ : * const godot_transform2d , v : * const godot_vector2) -> godot_vector2 , pub godot_transform2d_basis_xform_vector2 : unsafe extern "C" fn (self_ : * const godot_transform2d , v : * const godot_vector2) -> godot_vector2 , pub godot_transform2d_basis_xform_inv_vector2 : unsafe extern "C" fn (self_ : * const godot_transform2d , v : * const godot_vector2) -> godot_vector2 , pub godot_transform2d_interpolate_with : unsafe extern "C" fn (self_ : * const godot_transform2d , m : * const godot_transform2d , c : godot_real) -> godot_transform2d , pub godot_transform2d_operator_equal : unsafe extern "C" fn (self_ : * const godot_transform2d , b : * const godot_transform2d) -> godot_bool , pub godot_transform2d_operator_multiply : unsafe extern "C" fn (self_ : * const godot_transform2d , b : * const godot_transform2d) -> godot_transform2d , pub godot_transform2d_new_identity : unsafe extern "C" fn (r_dest : * mut godot_transform2d) -> () , pub godot_transform2d_xform_rect2 : unsafe extern "C" fn (self_ : * const godot_transform2d , v : * const godot_rect2) -> godot_rect2 , pub godot_transform2d_xform_inv_rect2 : unsafe extern "C" fn (self_ : * const godot_transform2d , v : * const godot_rect2) -> godot_rect2 , pub godot_variant_get_type : unsafe extern "C" fn (v : * const godot_variant) -> godot_variant_type , pub godot_variant_new_copy : unsafe extern "C" fn (r_dest : * mut godot_variant , src : * const godot_variant) -> () , pub godot_variant_new_nil : unsafe extern "C" fn (r_dest : * mut godot_variant) -> () , pub godot_variant_new_bool : unsafe extern "C" fn (r_dest : * mut godot_variant , b : godot_bool) -> () , pub godot_variant_new_uint : unsafe extern "C" fn (r_dest : * mut godot_variant , i : u64) -> () , pub godot_variant_new_int : unsafe extern "C" fn (r_dest : * mut godot_variant , i : i64) -> () , pub godot_variant_new_real : unsafe extern "C" fn (r_dest : * mut godot_variant , r : std :: os :: raw :: c_double) -> () , pub godot_variant_new_string : unsafe extern "C" fn (r_dest : * mut godot_variant , s : * const godot_string) -> () , pub godot_variant_new_vector2 : unsafe extern "C" fn (r_dest : * mut godot_variant , v2 : * const godot_vector2) -> () , pub godot_variant_new_rect2 : unsafe extern "C" fn (r_dest : * mut godot_variant , rect2 : * const godot_rect2) -> () , pub godot_variant_new_vector3 : unsafe extern "C" fn (r_dest : * mut godot_variant , v3 : * const godot_vector3) -> () , pub godot_variant_new_transform2d : unsafe extern "C" fn (r_dest : * mut godot_variant , t2d : * const godot_transform2d) -> () , pub godot_variant_new_plane : unsafe extern "C" fn (r_dest : * mut godot_variant , plane : * const godot_plane) -> () , pub godot_variant_new_quat : unsafe extern "C" fn (r_dest : * mut godot_variant , quat : * const godot_quat) -> () , pub godot_variant_new_aabb : unsafe extern "C" fn (r_dest : * mut godot_variant , aabb : * const godot_aabb) -> () , pub godot_variant_new_basis : unsafe extern "C" fn (r_dest : * mut godot_variant , basis : * const godot_basis) -> () , pub godot_variant_new_transform : unsafe extern "C" fn (r_dest : * mut godot_variant , trans : * const godot_transform) -> () , pub godot_variant_new_color : unsafe extern "C" fn (r_dest : * mut godot_variant , color : * const godot_color) -> () , pub godot_variant_new_node_path : unsafe extern "C" fn (r_dest : * mut godot_variant , np : * const godot_node_path) -> () , pub godot_variant_new_rid : unsafe extern "C" fn (r_dest : * mut godot_variant , rid : * const godot_rid) -> () , pub godot_variant_new_object : unsafe extern "C" fn (r_dest : * mut godot_variant , obj : * const godot_object) -> () , pub godot_variant_new_dictionary : unsafe extern "C" fn (r_dest : * mut godot_variant , dict : * const godot_dictionary) -> () , pub godot_variant_new_array : unsafe extern "C" fn (r_dest : * mut godot_variant , arr : * const godot_array) -> () , pub godot_variant_new_pool_byte_array : unsafe extern "C" fn (r_dest : * mut godot_variant , pba : * const godot_pool_byte_array) -> () , pub godot_variant_new_pool_int_array : unsafe extern "C" fn (r_dest : * mut godot_variant , pia : * const godot_pool_int_array) -> () , pub godot_variant_new_pool_real_array : unsafe extern "C" fn (r_dest : * mut godot_variant , pra : * const godot_pool_real_array) -> () , pub godot_variant_new_pool_string_array : unsafe extern "C" fn (r_dest : * mut godot_variant , psa : * const godot_pool_string_array) -> () , pub godot_variant_new_pool_vector2_array : unsafe extern "C" fn (r_dest : * mut godot_variant , pv2a : * const godot_pool_vector2_array) -> () , pub godot_variant_new_pool_vector3_array : unsafe extern "C" fn (r_dest : * mut godot_variant , pv3a : * const godot_pool_vector3_array) -> () , pub godot_variant_new_pool_color_array : unsafe extern "C" fn (r_dest : * mut godot_variant , pca : * const godot_pool_color_array) -> () , pub godot_variant_as_bool : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_bool , pub godot_variant_as_uint : unsafe extern "C" fn (self_ : * const godot_variant) -> u64 , pub godot_variant_as_int : unsafe extern "C" fn (self_ : * const godot_variant) -> i64 , pub godot_variant_as_real : unsafe extern "C" fn (self_ : * const godot_variant) -> std :: os :: raw :: c_double , pub godot_variant_as_string : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_string , pub godot_variant_as_vector2 : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_vector2 , pub godot_variant_as_rect2 : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_rect2 , pub godot_variant_as_vector3 : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_vector3 , pub godot_variant_as_transform2d : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_transform2d , pub godot_variant_as_plane : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_plane , pub godot_variant_as_quat : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_quat , pub godot_variant_as_aabb : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_aabb , pub godot_variant_as_basis : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_basis , pub godot_variant_as_transform : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_transform , pub godot_variant_as_color : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_color , pub godot_variant_as_node_path : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_node_path , pub godot_variant_as_rid : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_rid , pub godot_variant_as_object : unsafe extern "C" fn (self_ : * const godot_variant) -> * mut godot_object , pub godot_variant_as_dictionary : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_dictionary , pub godot_variant_as_array : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_array , pub godot_variant_as_pool_byte_array : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_pool_byte_array , pub godot_variant_as_pool_int_array : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_pool_int_array , pub godot_variant_as_pool_real_array : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_pool_real_array , pub godot_variant_as_pool_string_array : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_pool_string_array , pub godot_variant_as_pool_vector2_array : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_pool_vector2_array , pub godot_variant_as_pool_vector3_array : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_pool_vector3_array , pub godot_variant_as_pool_color_array : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_pool_color_array , pub godot_variant_call : unsafe extern "C" fn (self_ : * mut godot_variant , method : * const godot_string , args : * mut * const godot_variant , argcount : godot_int , r_error : * mut godot_variant_call_error) -> godot_variant , pub godot_variant_has_method : unsafe extern "C" fn (self_ : * const godot_variant , method : * const godot_string) -> godot_bool , pub godot_variant_operator_equal : unsafe extern "C" fn (self_ : * const godot_variant , other : * const godot_variant) -> godot_bool , pub godot_variant_operator_less : unsafe extern "C" fn (self_ : * const godot_variant , other : * const godot_variant) -> godot_bool , pub godot_variant_hash_compare : unsafe extern "C" fn (self_ : * const godot_variant , other : * const godot_variant) -> godot_bool , pub godot_variant_booleanize : unsafe extern "C" fn (self_ : * const godot_variant) -> godot_bool , pub godot_variant_destroy : unsafe extern "C" fn (self_ : * mut godot_variant) -> () , pub godot_char_string_length : unsafe extern "C" fn (cs : * const godot_char_string) -> godot_int , pub godot_char_string_get_data : unsafe extern "C" fn (cs : * const godot_char_string) -> * const std :: os :: raw :: c_char , pub godot_char_string_destroy : unsafe extern "C" fn (cs : * mut godot_char_string) -> () , pub godot_string_new : unsafe extern "C" fn (r_dest : * mut godot_string) -> () , pub godot_string_new_copy : unsafe extern "C" fn (r_dest : * mut godot_string , src : * const godot_string) -> () , pub godot_string_new_with_wide_string : unsafe extern "C" fn (r_dest : * mut godot_string , contents : * const wchar_t , size : std :: os :: raw :: c_int) -> () , pub godot_string_operator_index : unsafe extern "C" fn (self_ : * mut godot_string , idx : godot_int) -> * const wchar_t , pub godot_string_operator_index_const : unsafe extern "C" fn (self_ : * const godot_string , idx : godot_int) -> wchar_t , pub godot_string_wide_str : unsafe extern "C" fn (self_ : * const godot_string) -> * const wchar_t , pub godot_string_operator_equal : unsafe extern "C" fn (self_ : * const godot_string , b : * const godot_string) -> godot_bool , pub godot_string_operator_less : unsafe extern "C" fn (self_ : * const godot_string , b : * const godot_string) -> godot_bool , pub godot_string_operator_plus : unsafe extern "C" fn (self_ : * const godot_string , b : * const godot_string) -> godot_string , pub godot_string_length : unsafe extern "C" fn (self_ : * const godot_string) -> godot_int , pub godot_string_casecmp_to : unsafe extern "C" fn (self_ : * const godot_string , str : * const godot_string) -> std :: os :: raw :: c_schar , pub godot_string_nocasecmp_to : unsafe extern "C" fn (self_ : * const godot_string , str : * const godot_string) -> std :: os :: raw :: c_schar , pub godot_string_naturalnocasecmp_to : unsafe extern "C" fn (self_ : * const godot_string , str : * const godot_string) -> std :: os :: raw :: c_schar , pub godot_string_begins_with : unsafe extern "C" fn (self_ : * const godot_string , string : * const godot_string) -> godot_bool , pub godot_string_begins_with_char_array : unsafe extern "C" fn (self_ : * const godot_string , char_array : * const std :: os :: raw :: c_char) -> godot_bool , pub godot_string_bigrams : unsafe extern "C" fn (self_ : * const godot_string) -> godot_array , pub godot_string_chr : unsafe extern "C" fn (character : wchar_t) -> godot_string , pub godot_string_ends_with : unsafe extern "C" fn (self_ : * const godot_string , string : * const godot_string) -> godot_bool , pub godot_string_find : unsafe extern "C" fn (self_ : * const godot_string , what : godot_string) -> godot_int , pub godot_string_find_from : unsafe extern "C" fn (self_ : * const godot_string , what : godot_string , from : godot_int) -> godot_int , pub godot_string_findmk : unsafe extern "C" fn (self_ : * const godot_string , keys : * const godot_array) -> godot_int , pub godot_string_findmk_from : unsafe extern "C" fn (self_ : * const godot_string , keys : * const godot_array , from : godot_int) -> godot_int , pub godot_string_findmk_from_in_place : unsafe extern "C" fn (self_ : * const godot_string , keys : * const godot_array , from : godot_int , r_key : * mut godot_int) -> godot_int , pub godot_string_findn : unsafe extern "C" fn (self_ : * const godot_string , what : godot_string) -> godot_int , pub godot_string_findn_from : unsafe extern "C" fn (self_ : * const godot_string , what : godot_string , from : godot_int) -> godot_int , pub godot_string_find_last : unsafe extern "C" fn (self_ : * const godot_string , what : godot_string) -> godot_int , pub godot_string_format : unsafe extern "C" fn (self_ : * const godot_string , values : * const godot_variant) -> godot_string , pub godot_string_format_with_custom_placeholder : unsafe extern "C" fn (self_ : * const godot_string , values : * const godot_variant , placeholder : * const std :: os :: raw :: c_char) -> godot_string , pub godot_string_hex_encode_buffer : unsafe extern "C" fn (buffer : * const u8 , len : godot_int) -> godot_string , pub godot_string_hex_to_int : unsafe extern "C" fn (self_ : * const godot_string) -> godot_int , pub godot_string_hex_to_int_without_prefix : unsafe extern "C" fn (self_ : * const godot_string) -> godot_int , pub godot_string_insert : unsafe extern "C" fn (self_ : * const godot_string , at_pos : godot_int , string : godot_string) -> godot_string , pub godot_string_is_numeric : unsafe extern "C" fn (self_ : * const godot_string) -> godot_bool , pub godot_string_is_subsequence_of : unsafe extern "C" fn (self_ : * const godot_string , string : * const godot_string) -> godot_bool , pub godot_string_is_subsequence_ofi : unsafe extern "C" fn (self_ : * const godot_string , string : * const godot_string) -> godot_bool , pub godot_string_lpad : unsafe extern "C" fn (self_ : * const godot_string , min_length : godot_int) -> godot_string , pub godot_string_lpad_with_custom_character : unsafe extern "C" fn (self_ : * const godot_string , min_length : godot_int , character : * const godot_string) -> godot_string , pub godot_string_match : unsafe extern "C" fn (self_ : * const godot_string , wildcard : * const godot_string) -> godot_bool , pub godot_string_matchn : unsafe extern "C" fn (self_ : * const godot_string , wildcard : * const godot_string) -> godot_bool , pub godot_string_md5 : unsafe extern "C" fn (md5 : * const u8) -> godot_string , pub godot_string_num : unsafe extern "C" fn (num : std :: os :: raw :: c_double) -> godot_string , pub godot_string_num_int64 : unsafe extern "C" fn (num : i64 , base : godot_int) -> godot_string , pub godot_string_num_int64_capitalized : unsafe extern "C" fn (num : i64 , base : godot_int , capitalize_hex : godot_bool) -> godot_string , pub godot_string_num_real : unsafe extern "C" fn (num : std :: os :: raw :: c_double) -> godot_string , pub godot_string_num_scientific : unsafe extern "C" fn (num : std :: os :: raw :: c_double) -> godot_string , pub godot_string_num_with_decimals : unsafe extern "C" fn (num : std :: os :: raw :: c_double , decimals : godot_int) -> godot_string , pub godot_string_pad_decimals : unsafe extern "C" fn (self_ : * const godot_string , digits : godot_int) -> godot_string , pub godot_string_pad_zeros : unsafe extern "C" fn (self_ : * const godot_string , digits : godot_int) -> godot_string , pub godot_string_replace_first : unsafe extern "C" fn (self_ : * const godot_string , key : godot_string , with : godot_string) -> godot_string , pub godot_string_replace : unsafe extern "C" fn (self_ : * const godot_string , key : godot_string , with : godot_string) -> godot_string , pub godot_string_replacen : unsafe extern "C" fn (self_ : * const godot_string , key : godot_string , with : godot_string) -> godot_string , pub godot_string_rfind : unsafe extern "C" fn (self_ : * const godot_string , what : godot_string) -> godot_int , pub godot_string_rfindn : unsafe extern "C" fn (self_ : * const godot_string , what : godot_string) -> godot_int , pub godot_string_rfind_from : unsafe extern "C" fn (self_ : * const godot_string , what : godot_string , from : godot_int) -> godot_int , pub godot_string_rfindn_from : unsafe extern "C" fn (self_ : * const godot_string , what : godot_string , from : godot_int) -> godot_int , pub godot_string_rpad : unsafe extern "C" fn (self_ : * const godot_string , min_length : godot_int) -> godot_string , pub godot_string_rpad_with_custom_character : unsafe extern "C" fn (self_ : * const godot_string , min_length : godot_int , character : * const godot_string) -> godot_string , pub godot_string_similarity : unsafe extern "C" fn (self_ : * const godot_string , string : * const godot_string) -> godot_real , pub godot_string_sprintf : unsafe extern "C" fn (self_ : * const godot_string , values : * const godot_array , error : * mut godot_bool) -> godot_string , pub godot_string_substr : unsafe extern "C" fn (self_ : * const godot_string , from : godot_int , chars : godot_int) -> godot_string , pub godot_string_to_double : unsafe extern "C" fn (self_ : * const godot_string) -> std :: os :: raw :: c_double , pub godot_string_to_float : unsafe extern "C" fn (self_ : * const godot_string) -> godot_real , pub godot_string_to_int : unsafe extern "C" fn (self_ : * const godot_string) -> godot_int , pub godot_string_camelcase_to_underscore : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_camelcase_to_underscore_lowercased : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_capitalize : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_char_to_double : unsafe extern "C" fn (what : * const std :: os :: raw :: c_char) -> std :: os :: raw :: c_double , pub godot_string_char_to_int : unsafe extern "C" fn (what : * const std :: os :: raw :: c_char) -> godot_int , pub godot_string_wchar_to_int : unsafe extern "C" fn (str : * const wchar_t) -> i64 , pub godot_string_char_to_int_with_len : unsafe extern "C" fn (what : * const std :: os :: raw :: c_char , len : godot_int) -> godot_int , pub godot_string_char_to_int64_with_len : unsafe extern "C" fn (str : * const wchar_t , len : std :: os :: raw :: c_int) -> i64 , pub godot_string_hex_to_int64 : unsafe extern "C" fn (self_ : * const godot_string) -> i64 , pub godot_string_hex_to_int64_with_prefix : unsafe extern "C" fn (self_ : * const godot_string) -> i64 , pub godot_string_to_int64 : unsafe extern "C" fn (self_ : * const godot_string) -> i64 , pub godot_string_unicode_char_to_double : unsafe extern "C" fn (str : * const wchar_t , r_end : * mut * const wchar_t) -> std :: os :: raw :: c_double , pub godot_string_get_slice_count : unsafe extern "C" fn (self_ : * const godot_string , splitter : godot_string) -> godot_int , pub godot_string_get_slice : unsafe extern "C" fn (self_ : * const godot_string , splitter : godot_string , slice : godot_int) -> godot_string , pub godot_string_get_slicec : unsafe extern "C" fn (self_ : * const godot_string , splitter : wchar_t , slice : godot_int) -> godot_string , pub godot_string_split : unsafe extern "C" fn (self_ : * const godot_string , splitter : * const godot_string) -> godot_array , pub godot_string_split_allow_empty : unsafe extern "C" fn (self_ : * const godot_string , splitter : * const godot_string) -> godot_array , pub godot_string_split_floats : unsafe extern "C" fn (self_ : * const godot_string , splitter : * const godot_string) -> godot_array , pub godot_string_split_floats_allows_empty : unsafe extern "C" fn (self_ : * const godot_string , splitter : * const godot_string) -> godot_array , pub godot_string_split_floats_mk : unsafe extern "C" fn (self_ : * const godot_string , splitters : * const godot_array) -> godot_array , pub godot_string_split_floats_mk_allows_empty : unsafe extern "C" fn (self_ : * const godot_string , splitters : * const godot_array) -> godot_array , pub godot_string_split_ints : unsafe extern "C" fn (self_ : * const godot_string , splitter : * const godot_string) -> godot_array , pub godot_string_split_ints_allows_empty : unsafe extern "C" fn (self_ : * const godot_string , splitter : * const godot_string) -> godot_array , pub godot_string_split_ints_mk : unsafe extern "C" fn (self_ : * const godot_string , splitters : * const godot_array) -> godot_array , pub godot_string_split_ints_mk_allows_empty : unsafe extern "C" fn (self_ : * const godot_string , splitters : * const godot_array) -> godot_array , pub godot_string_split_spaces : unsafe extern "C" fn (self_ : * const godot_string) -> godot_array , pub godot_string_char_lowercase : unsafe extern "C" fn (char : wchar_t) -> wchar_t , pub godot_string_char_uppercase : unsafe extern "C" fn (char : wchar_t) -> wchar_t , pub godot_string_to_lower : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_to_upper : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_get_basename : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_get_extension : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_left : unsafe extern "C" fn (self_ : * const godot_string , pos : godot_int) -> godot_string , pub godot_string_ord_at : unsafe extern "C" fn (self_ : * const godot_string , idx : godot_int) -> wchar_t , pub godot_string_plus_file : unsafe extern "C" fn (self_ : * const godot_string , file : * const godot_string) -> godot_string , pub godot_string_right : unsafe extern "C" fn (self_ : * const godot_string , pos : godot_int) -> godot_string , pub godot_string_strip_edges : unsafe extern "C" fn (self_ : * const godot_string , left : godot_bool , right : godot_bool) -> godot_string , pub godot_string_strip_escapes : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_erase : unsafe extern "C" fn (self_ : * mut godot_string , pos : godot_int , chars : godot_int) -> () , pub godot_string_ascii : unsafe extern "C" fn (self_ : * const godot_string) -> godot_char_string , pub godot_string_ascii_extended : unsafe extern "C" fn (self_ : * const godot_string) -> godot_char_string , pub godot_string_utf8 : unsafe extern "C" fn (self_ : * const godot_string) -> godot_char_string , pub godot_string_parse_utf8 : unsafe extern "C" fn (self_ : * mut godot_string , utf8 : * const std :: os :: raw :: c_char) -> godot_bool , pub godot_string_parse_utf8_with_len : unsafe extern "C" fn (self_ : * mut godot_string , utf8 : * const std :: os :: raw :: c_char , len : godot_int) -> godot_bool , pub godot_string_chars_to_utf8 : unsafe extern "C" fn (utf8 : * const std :: os :: raw :: c_char) -> godot_string , pub godot_string_chars_to_utf8_with_len : unsafe extern "C" fn (utf8 : * const std :: os :: raw :: c_char , len : godot_int) -> godot_string , pub godot_string_hash : unsafe extern "C" fn (self_ : * const godot_string) -> u32 , pub godot_string_hash64 : unsafe extern "C" fn (self_ : * const godot_string) -> u64 , pub godot_string_hash_chars : unsafe extern "C" fn (cstr : * const std :: os :: raw :: c_char) -> u32 , pub godot_string_hash_chars_with_len : unsafe extern "C" fn (cstr : * const std :: os :: raw :: c_char , len : godot_int) -> u32 , pub godot_string_hash_utf8_chars : unsafe extern "C" fn (str : * const wchar_t) -> u32 , pub godot_string_hash_utf8_chars_with_len : unsafe extern "C" fn (str : * const wchar_t , len : godot_int) -> u32 , pub godot_string_md5_buffer : unsafe extern "C" fn (self_ : * const godot_string) -> godot_pool_byte_array , pub godot_string_md5_text : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_sha256_buffer : unsafe extern "C" fn (self_ : * const godot_string) -> godot_pool_byte_array , pub godot_string_sha256_text : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_empty : unsafe extern "C" fn (self_ : * const godot_string) -> godot_bool , pub godot_string_get_base_dir : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_get_file : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_humanize_size : unsafe extern "C" fn (size : usize) -> godot_string , pub godot_string_is_abs_path : unsafe extern "C" fn (self_ : * const godot_string) -> godot_bool , pub godot_string_is_rel_path : unsafe extern "C" fn (self_ : * const godot_string) -> godot_bool , pub godot_string_is_resource_file : unsafe extern "C" fn (self_ : * const godot_string) -> godot_bool , pub godot_string_path_to : unsafe extern "C" fn (self_ : * const godot_string , path : * const godot_string) -> godot_string , pub godot_string_path_to_file : unsafe extern "C" fn (self_ : * const godot_string , path : * const godot_string) -> godot_string , pub godot_string_simplify_path : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_c_escape : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_c_escape_multiline : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_c_unescape : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_http_escape : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_http_unescape : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_json_escape : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_word_wrap : unsafe extern "C" fn (self_ : * const godot_string , chars_per_line : godot_int) -> godot_string , pub godot_string_xml_escape : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_xml_escape_with_quotes : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_xml_unescape : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_percent_decode : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_percent_encode : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_is_valid_float : unsafe extern "C" fn (self_ : * const godot_string) -> godot_bool , pub godot_string_is_valid_hex_number : unsafe extern "C" fn (self_ : * const godot_string , with_prefix : godot_bool) -> godot_bool , pub godot_string_is_valid_html_color : unsafe extern "C" fn (self_ : * const godot_string) -> godot_bool , pub godot_string_is_valid_identifier : unsafe extern "C" fn (self_ : * const godot_string) -> godot_bool , pub godot_string_is_valid_integer : unsafe extern "C" fn (self_ : * const godot_string) -> godot_bool , pub godot_string_is_valid_ip_address : unsafe extern "C" fn (self_ : * const godot_string) -> godot_bool , pub godot_string_destroy : unsafe extern "C" fn (self_ : * mut godot_string) -> () , pub godot_string_name_new : unsafe extern "C" fn (r_dest : * mut godot_string_name , name : * const godot_string) -> () , pub godot_string_name_new_data : unsafe extern "C" fn (r_dest : * mut godot_string_name , name : * const std :: os :: raw :: c_char) -> () , pub godot_string_name_get_name : unsafe extern "C" fn (self_ : * const godot_string_name) -> godot_string , pub godot_string_name_get_hash : unsafe extern "C" fn (self_ : * const godot_string_name) -> u32 , pub godot_string_name_get_data_unique_pointer : unsafe extern "C" fn (self_ : * const godot_string_name) -> * const std :: ffi :: c_void , pub godot_string_name_operator_equal : unsafe extern "C" fn (self_ : * const godot_string_name , other : * const godot_string_name) -> godot_bool , pub godot_string_name_operator_less : unsafe extern "C" fn (self_ : * const godot_string_name , other : * const godot_string_name) -> godot_bool , pub godot_string_name_destroy : unsafe extern "C" fn (self_ : * mut godot_string_name) -> () , pub godot_object_destroy : unsafe extern "C" fn (o : * mut godot_object) -> () , pub godot_global_get_singleton : unsafe extern "C" fn (name : * mut std :: os :: raw :: c_char) -> * mut godot_object , pub godot_method_bind_get_method : unsafe extern "C" fn (classname : * const std :: os :: raw :: c_char , methodname : * const std :: os :: raw :: c_char) -> * mut godot_method_bind , pub godot_method_bind_ptrcall : unsafe extern "C" fn (method_bind : * mut godot_method_bind , instance : * mut godot_object , args : * mut * const std :: ffi :: c_void , ret : * mut std :: ffi :: c_void) -> () , pub godot_method_bind_call : unsafe extern "C" fn (method_bind : * mut godot_method_bind , instance : * mut godot_object , args : * mut * const godot_variant , arg_count : std :: os :: raw :: c_int , call_error : * mut godot_variant_call_error) -> godot_variant , pub godot_get_class_constructor : unsafe extern "C" fn (classname : * const std :: os :: raw :: c_char) -> godot_class_constructor , pub godot_get_global_constants : unsafe extern "C" fn () -> godot_dictionary , pub godot_register_native_call_type : unsafe extern "C" fn (call_type : * const std :: os :: raw :: c_char , callback : native_call_cb) -> () , pub godot_alloc : unsafe extern "C" fn (bytes : std :: os :: raw :: c_int) -> * mut std :: ffi :: c_void , pub godot_realloc : unsafe extern "C" fn (ptr : * mut std :: ffi :: c_void , bytes : std :: os :: raw :: c_int) -> * mut std :: ffi :: c_void , pub godot_free : unsafe extern "C" fn (ptr : * mut std :: ffi :: c_void) -> () , pub godot_print_error : unsafe extern "C" fn (description : * const std :: os :: raw :: c_char , function : * const std :: os :: raw :: c_char , file : * const std :: os :: raw :: c_char , line : std :: os :: raw :: c_int) -> () , pub godot_print_warning : unsafe extern "C" fn (description : * const std :: os :: raw :: c_char , function : * const std :: os :: raw :: c_char , file : * const std :: os :: raw :: c_char , line : std :: os :: raw :: c_int) -> () , pub godot_print : unsafe extern "C" fn (message : * const godot_string) -> () , pub godot_color_to_abgr32 : unsafe extern "C" fn (self_ : * const godot_color) -> godot_int , pub godot_color_to_abgr64 : unsafe extern "C" fn (self_ : * const godot_color) -> godot_int , pub godot_color_to_argb64 : unsafe extern "C" fn (self_ : * const godot_color) -> godot_int , pub godot_color_to_rgba64 : unsafe extern "C" fn (self_ : * const godot_color) -> godot_int , pub godot_color_darkened : unsafe extern "C" fn (self_ : * const godot_color , amount : godot_real) -> godot_color , pub godot_color_from_hsv : unsafe extern "C" fn (self_ : * const godot_color , h : godot_real , s : godot_real , v : godot_real , a : godot_real) -> godot_color , pub godot_color_lightened : unsafe extern "C" fn (self_ : * const godot_color , amount : godot_real) -> godot_color , pub godot_array_duplicate : unsafe extern "C" fn (self_ : * const godot_array , deep : godot_bool) -> godot_array , pub godot_array_max : unsafe extern "C" fn (self_ : * const godot_array) -> godot_variant , pub godot_array_min : unsafe extern "C" fn (self_ : * const godot_array) -> godot_variant , pub godot_array_shuffle : unsafe extern "C" fn (self_ : * mut godot_array) -> () , pub godot_basis_slerp : unsafe extern "C" fn (self_ : * const godot_basis , b : * const godot_basis , t : godot_real) -> godot_basis , pub godot_dictionary_get_with_default : unsafe extern "C" fn (self_ : * const godot_dictionary , key : * const godot_variant , default : * const godot_variant) -> godot_variant , pub godot_dictionary_erase_with_return : unsafe extern "C" fn (self_ : * mut godot_dictionary , key : * const godot_variant) -> bool , pub godot_node_path_get_as_property_path : unsafe extern "C" fn (self_ : * const godot_node_path) -> godot_node_path , pub godot_quat_set_axis_angle : unsafe extern "C" fn (self_ : * mut godot_quat , axis : * const godot_vector3 , angle : godot_real) -> () , pub godot_rect2_grow_individual : unsafe extern "C" fn (self_ : * const godot_rect2 , left : godot_real , top : godot_real , right : godot_real , bottom : godot_real) -> godot_rect2 , pub godot_rect2_grow_margin : unsafe extern "C" fn (self_ : * const godot_rect2 , margin : godot_int , by : godot_real) -> godot_rect2 , pub godot_rect2_abs : unsafe extern "C" fn (self_ : * const godot_rect2) -> godot_rect2 , pub godot_string_dedent : unsafe extern "C" fn (self_ : * const godot_string) -> godot_string , pub godot_string_trim_prefix : unsafe extern "C" fn (self_ : * const godot_string , prefix : * const godot_string) -> godot_string , pub godot_string_trim_suffix : unsafe extern "C" fn (self_ : * const godot_string , suffix : * const godot_string) -> godot_string , pub godot_string_rstrip : unsafe extern "C" fn (self_ : * const godot_string , chars : * const godot_string) -> godot_string , pub godot_string_rsplit : unsafe extern "C" fn (self_ : * const godot_string , divisor : * const godot_string , allow_empty : godot_bool , maxsplit : godot_int) -> godot_pool_string_array , pub godot_basis_get_quat : unsafe extern "C" fn (self_ : * const godot_basis) -> godot_quat , pub godot_basis_set_quat : unsafe extern "C" fn (self_ : * mut godot_basis , quat : * const godot_quat) -> () , pub godot_basis_set_axis_angle_scale : unsafe extern "C" fn (self_ : * mut godot_basis , axis : * const godot_vector3 , phi : godot_real , scale : * const godot_vector3) -> () , pub godot_basis_set_euler_scale : unsafe extern "C" fn (self_ : * mut godot_basis , euler : * const godot_vector3 , scale : * const godot_vector3) -> () , pub godot_basis_set_quat_scale : unsafe extern "C" fn (self_ : * mut godot_basis , quat : * const godot_quat , scale : * const godot_vector3) -> () , pub godot_is_instance_valid : unsafe extern "C" fn (object : * const godot_object) -> bool , pub godot_quat_new_with_basis : unsafe extern "C" fn (r_dest : * mut godot_quat , basis : * const godot_basis) -> () , pub godot_quat_new_with_euler : unsafe extern "C" fn (r_dest : * mut godot_quat , euler : * const godot_vector3) -> () , pub godot_transform_new_with_quat : unsafe extern "C" fn (r_dest : * mut godot_transform , quat : * const godot_quat) -> () , pub godot_variant_get_operator_name : unsafe extern "C" fn (op : godot_variant_operator) -> godot_string , pub godot_variant_evaluate : unsafe extern "C" fn (op : godot_variant_operator , a : * const godot_variant , b : * const godot_variant , r_ret : * mut godot_variant , r_valid : * mut godot_bool) -> () , pub godot_dictionary_duplicate : unsafe extern "C" fn (self_ : * const godot_dictionary , deep : godot_bool) -> godot_dictionary , pub godot_vector3_move_toward : unsafe extern "C" fn (self_ : * const godot_vector3 , to : * const godot_vector3 , delta : godot_real) -> godot_vector3 , pub godot_vector2_move_toward : unsafe extern "C" fn (self_ : * const godot_vector2 , to : * const godot_vector2 , delta : godot_real) -> godot_vector2 , pub godot_string_count : unsafe extern "C" fn (self_ : * const godot_string , what : godot_string , from : godot_int , to : godot_int) -> godot_int , pub godot_string_countn : unsafe extern "C" fn (self_ : * const godot_string , what : godot_string , from : godot_int , to : godot_int) -> godot_int , pub godot_vector3_direction_to : unsafe extern "C" fn (self_ : * const godot_vector3 , to : * const godot_vector3) -> godot_vector3 , pub godot_vector2_direction_to : unsafe extern "C" fn (self_ : * const godot_vector2 , to : * const godot_vector2) -> godot_vector2 , pub godot_array_slice : unsafe extern "C" fn (self_ : * const godot_array , begin : godot_int , end : godot_int , step : godot_int , deep : godot_bool) -> godot_array , pub godot_pool_byte_array_empty : unsafe extern "C" fn (self_ : * const godot_pool_byte_array) -> godot_bool , pub godot_pool_int_array_empty : unsafe extern "C" fn (self_ : * const godot_pool_int_array) -> godot_bool , pub godot_pool_real_array_empty : unsafe extern "C" fn (self_ : * const godot_pool_real_array) -> godot_bool , pub godot_pool_string_array_empty : unsafe extern "C" fn (self_ : * const godot_pool_string_array) -> godot_bool , pub godot_pool_vector2_array_empty : unsafe extern "C" fn (self_ : * const godot_pool_vector2_array) -> godot_bool , pub godot_pool_vector3_array_empty : unsafe extern "C" fn (self_ : * const godot_pool_vector3_array) -> godot_bool , pub godot_pool_color_array_empty : unsafe extern "C" fn (self_ : * const godot_pool_color_array) -> godot_bool , pub godot_get_class_tag : unsafe extern "C" fn (class : * const godot_string_name) -> * mut std :: ffi :: c_void , pub godot_object_cast_to : unsafe extern "C" fn (object : * const godot_object , class_tag : * mut std :: ffi :: c_void) -> * mut godot_object , pub godot_instance_from_id : unsafe extern "C" fn (instance_id : godot_int) -> * mut godot_object , pub godot_nativescript_register_class : unsafe extern "C" fn (gdnative_handle : * mut std :: ffi :: c_void , name : * const std :: os :: raw :: c_char , base : * const std :: os :: raw :: c_char , create_func : godot_instance_create_func , destroy_func : godot_instance_destroy_func) -> () , pub godot_nativescript_register_tool_class : unsafe extern "C" fn (gdnative_handle : * mut std :: ffi :: c_void , name : * const std :: os :: raw :: c_char , base : * const std :: os :: raw :: c_char , create_func : godot_instance_create_func , destroy_func : godot_instance_destroy_func) -> () , pub godot_nativescript_register_method : unsafe extern "C" fn (gdnative_handle : * mut std :: ffi :: c_void , name : * const std :: os :: raw :: c_char , function_name : * const std :: os :: raw :: c_char , attr : godot_method_attributes , method : godot_instance_method) -> () , pub godot_nativescript_register_property : unsafe extern "C" fn (gdnative_handle : * mut std :: ffi :: c_void , name : * const std :: os :: raw :: c_char , path : * const std :: os :: raw :: c_char , attr : * mut godot_property_attributes , set_func : godot_property_set_func , get_func : godot_property_get_func) -> () , pub godot_nativescript_register_signal : unsafe extern "C" fn (gdnative_handle : * mut std :: ffi :: c_void , name : * const std :: os :: raw :: c_char , signal : * const godot_signal) -> () , pub godot_nativescript_get_userdata : unsafe extern "C" fn (instance : * mut godot_object) -> * mut std :: ffi :: c_void , pub godot_nativescript_set_method_argument_information : unsafe extern "C" fn (gdnative_handle : * mut std :: ffi :: c_void , name : * const std :: os :: raw :: c_char , function_name : * const std :: os :: raw :: c_char , num_args : std :: os :: raw :: c_int , args : * const godot_method_arg) -> () , pub godot_nativescript_set_class_documentation : unsafe extern "C" fn (gdnative_handle : * mut std :: ffi :: c_void , name : * const std :: os :: raw :: c_char , documentation : godot_string) -> () , pub godot_nativescript_set_method_documentation : unsafe extern "C" fn (gdnative_handle : * mut std :: ffi :: c_void , name : * const std :: os :: raw :: c_char , function_name : * const std :: os :: raw :: c_char , documentation : godot_string) -> () , pub godot_nativescript_set_property_documentation : unsafe extern "C" fn (gdnative_handle : * mut std :: ffi :: c_void , name : * const std :: os :: raw :: c_char , path : * const std :: os :: raw :: c_char , documentation : godot_string) -> () , pub godot_nativescript_set_signal_documentation : unsafe extern "C" fn (gdnative_handle : * mut std :: ffi :: c_void , name : * const std :: os :: raw :: c_char , signal_name : * const std :: os :: raw :: c_char , documentation : godot_string) -> () , pub godot_nativescript_set_global_type_tag : unsafe extern "C" fn (idx : std :: os :: raw :: c_int , name : * const std :: os :: raw :: c_char , type_tag : * const std :: ffi :: c_void) -> () , pub godot_nativescript_get_global_type_tag : unsafe extern "C" fn (idx : std :: os :: raw :: c_int , name : * const std :: os :: raw :: c_char) -> * const std :: ffi :: c_void , pub godot_nativescript_set_type_tag : unsafe extern "C" fn (gdnative_handle : * mut std :: ffi :: c_void , name : * const std :: os :: raw :: c_char , type_tag : * const std :: ffi :: c_void) -> () , pub godot_nativescript_get_type_tag : unsafe extern "C" fn (object : * const godot_object) -> * const std :: ffi :: c_void , pub godot_nativescript_register_instance_binding_data_functions : unsafe extern "C" fn (binding_functions : godot_instance_binding_functions) -> std :: os :: raw :: c_int , pub godot_nativescript_unregister_instance_binding_data_functions : unsafe extern "C" fn (idx : std :: os :: raw :: c_int) -> () , pub godot_nativescript_get_instance_binding_data : unsafe extern "C" fn (idx : std :: os :: raw :: c_int , object : * mut godot_object) -> * mut std :: ffi :: c_void , pub godot_nativescript_profiling_add_data : unsafe extern "C" fn (signature : * const std :: os :: raw :: c_char , line : u64) -> () , pub godot_pluginscript_register_language : unsafe extern "C" fn (language_desc : * const godot_pluginscript_language_desc) -> () , pub godot_arvr_register_interface : unsafe extern "C" fn (interface : * const godot_arvr_interface_gdnative) -> () , pub godot_arvr_get_worldscale : unsafe extern "C" fn () -> godot_real , pub godot_arvr_get_reference_frame : unsafe extern "C" fn () -> godot_transform , pub godot_arvr_blit : unsafe extern "C" fn (eye : std :: os :: raw :: c_int , render_target : * mut godot_rid , screen_rect : * mut godot_rect2) -> () , pub godot_arvr_get_texid : unsafe extern "C" fn (render_target : * mut godot_rid) -> godot_int , pub godot_arvr_add_controller : unsafe extern "C" fn (device_name : * mut std :: os :: raw :: c_char , hand : godot_int , tracks_orientation : godot_bool , tracks_position : godot_bool) -> godot_int , pub godot_arvr_remove_controller : unsafe extern "C" fn (controller_id : godot_int) -> () , pub godot_arvr_set_controller_transform : unsafe extern "C" fn (controller_id : godot_int , transform : * mut godot_transform , tracks_orientation : godot_bool , tracks_position : godot_bool) -> () , pub godot_arvr_set_controller_button : unsafe extern "C" fn (controller_id : godot_int , button : godot_int , is_pressed : godot_bool) -> () , pub godot_arvr_set_controller_axis : unsafe extern "C" fn (controller_id : godot_int , exis : godot_int , value : godot_real , can_be_negative : godot_bool) -> () , pub godot_arvr_get_controller_rumble : unsafe extern "C" fn (controller_id : godot_int) -> godot_real , pub godot_videodecoder_file_read : unsafe extern "C" fn (file_ptr : * mut std :: ffi :: c_void , buf : * mut u8 , buf_size : std :: os :: raw :: c_int) -> godot_int , pub godot_videodecoder_file_seek : unsafe extern "C" fn (file_ptr : * mut std :: ffi :: c_void , pos : i64 , whence : std :: os :: raw :: c_int) -> i64 , pub godot_videodecoder_register_decoder : unsafe extern "C" fn (interface : * const godot_videodecoder_interface_gdnative) -> () , pub godot_net_bind_stream_peer : unsafe extern "C" fn (obj : * mut godot_object , interface : * const godot_net_stream_peer) -> () , pub godot_net_bind_packet_peer : unsafe extern "C" fn (obj : * mut godot_object , interface : * const godot_net_packet_peer) -> () , pub godot_net_bind_multiplayer_peer : unsafe extern "C" fn (obj : * mut godot_object , interface : * const godot_net_multiplayer_peer) -> () , pub godot_net_set_webrtc_library : unsafe extern "C" fn (library : * const godot_net_webrtc_library) -> godot_error , pub godot_net_bind_webrtc_peer_connection : unsafe extern "C" fn (obj : * mut godot_object , interface : * const godot_net_webrtc_peer_connection) -> () , pub godot_net_bind_webrtc_data_channel : unsafe extern "C" fn (obj : * mut godot_object , interface : * const godot_net_webrtc_data_channel) -> () , } impl GodotApi { pub unsafe fn from_raw (core_api_struct : * const godot_gdnative_core_api_struct) -> Result < Self , InitError > { let core_1_0 = find_api_ptr (core_api_struct , GDNATIVE_API_TYPES_GDNATIVE_CORE , 1u32 , 0u32) ? as * const godot_gdnative_core_api_struct ; let core_1_1 = find_api_ptr (core_api_struct , GDNATIVE_API_TYPES_GDNATIVE_CORE , 1u32 , 1u32) ? as * const godot_gdnative_core_1_1_api_struct ; let core_1_2 = find_api_ptr (core_api_struct , GDNATIVE_API_TYPES_GDNATIVE_CORE , 1u32 , 2u32) ? as * const godot_gdnative_core_1_2_api_struct ; let nativescript_1_0 = find_api_ptr (core_api_struct , GDNATIVE_API_TYPES_GDNATIVE_EXT_NATIVESCRIPT , 1u32 , 0u32) ? as * const godot_gdnative_ext_nativescript_api_struct ; let nativescript_1_1 = find_api_ptr (core_api_struct , GDNATIVE_API_TYPES_GDNATIVE_EXT_NATIVESCRIPT , 1u32 , 1u32) ? as * const godot_gdnative_ext_nativescript_1_1_api_struct ; let pluginscript_1_0 = find_api_ptr (core_api_struct , GDNATIVE_API_TYPES_GDNATIVE_EXT_PLUGINSCRIPT , 1u32 , 0u32) ? as * const godot_gdnative_ext_pluginscript_api_struct ; let arvr_1_1 = find_api_ptr (core_api_struct , GDNATIVE_API_TYPES_GDNATIVE_EXT_ARVR , 1u32 , 1u32) ? as * const godot_gdnative_ext_arvr_api_struct ; let videodecoder_0_1 = find_api_ptr (core_api_struct , GDNATIVE_API_TYPES_GDNATIVE_EXT_VIDEODECODER , 0u32 , 1u32) ? as * const godot_gdnative_ext_videodecoder_api_struct ; let net_3_1 = find_api_ptr (core_api_struct , GDNATIVE_API_TYPES_GDNATIVE_EXT_NET , 3u32 , 1u32) ? as * const godot_gdnative_ext_net_api_struct ; let net_3_2 = find_api_ptr (core_api_struct , GDNATIVE_API_TYPES_GDNATIVE_EXT_NET , 3u32 , 2u32) ? as * const godot_gdnative_ext_net_3_2_api_struct ; let godot_color_new_rgba = map_option_to_init_error ((* core_1_0) . godot_color_new_rgba , "API function missing: godot_gdnative_core_api_struct.godot_color_new_rgba") ? ; let godot_color_new_rgb = map_option_to_init_error ((* core_1_0) . godot_color_new_rgb , "API function missing: godot_gdnative_core_api_struct.godot_color_new_rgb") ? ; let godot_color_get_r = map_option_to_init_error ((* core_1_0) . godot_color_get_r , "API function missing: godot_gdnative_core_api_struct.godot_color_get_r") ? ; let godot_color_set_r = map_option_to_init_error ((* core_1_0) . godot_color_set_r , "API function missing: godot_gdnative_core_api_struct.godot_color_set_r") ? ; let godot_color_get_g = map_option_to_init_error ((* core_1_0) . godot_color_get_g , "API function missing: godot_gdnative_core_api_struct.godot_color_get_g") ? ; let godot_color_set_g = map_option_to_init_error ((* core_1_0) . godot_color_set_g , "API function missing: godot_gdnative_core_api_struct.godot_color_set_g") ? ; let godot_color_get_b = map_option_to_init_error ((* core_1_0) . godot_color_get_b , "API function missing: godot_gdnative_core_api_struct.godot_color_get_b") ? ; let godot_color_set_b = map_option_to_init_error ((* core_1_0) . godot_color_set_b , "API function missing: godot_gdnative_core_api_struct.godot_color_set_b") ? ; let godot_color_get_a = map_option_to_init_error ((* core_1_0) . godot_color_get_a , "API function missing: godot_gdnative_core_api_struct.godot_color_get_a") ? ; let godot_color_set_a = map_option_to_init_error ((* core_1_0) . godot_color_set_a , "API function missing: godot_gdnative_core_api_struct.godot_color_set_a") ? ; let godot_color_get_h = map_option_to_init_error ((* core_1_0) . godot_color_get_h , "API function missing: godot_gdnative_core_api_struct.godot_color_get_h") ? ; let godot_color_get_s = map_option_to_init_error ((* core_1_0) . godot_color_get_s , "API function missing: godot_gdnative_core_api_struct.godot_color_get_s") ? ; let godot_color_get_v = map_option_to_init_error ((* core_1_0) . godot_color_get_v , "API function missing: godot_gdnative_core_api_struct.godot_color_get_v") ? ; let godot_color_as_string = map_option_to_init_error ((* core_1_0) . godot_color_as_string , "API function missing: godot_gdnative_core_api_struct.godot_color_as_string") ? ; let godot_color_to_rgba32 = map_option_to_init_error ((* core_1_0) . godot_color_to_rgba32 , "API function missing: godot_gdnative_core_api_struct.godot_color_to_rgba32") ? ; let godot_color_to_argb32 = map_option_to_init_error ((* core_1_0) . godot_color_to_argb32 , "API function missing: godot_gdnative_core_api_struct.godot_color_to_argb32") ? ; let godot_color_gray = map_option_to_init_error ((* core_1_0) . godot_color_gray , "API function missing: godot_gdnative_core_api_struct.godot_color_gray") ? ; let godot_color_inverted = map_option_to_init_error ((* core_1_0) . godot_color_inverted , "API function missing: godot_gdnative_core_api_struct.godot_color_inverted") ? ; let godot_color_contrasted = map_option_to_init_error ((* core_1_0) . godot_color_contrasted , "API function missing: godot_gdnative_core_api_struct.godot_color_contrasted") ? ; let godot_color_linear_interpolate = map_option_to_init_error ((* core_1_0) . godot_color_linear_interpolate , "API function missing: godot_gdnative_core_api_struct.godot_color_linear_interpolate") ? ; let godot_color_blend = map_option_to_init_error ((* core_1_0) . godot_color_blend , "API function missing: godot_gdnative_core_api_struct.godot_color_blend") ? ; let godot_color_to_html = map_option_to_init_error ((* core_1_0) . godot_color_to_html , "API function missing: godot_gdnative_core_api_struct.godot_color_to_html") ? ; let godot_color_operator_equal = map_option_to_init_error ((* core_1_0) . godot_color_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_color_operator_equal") ? ; let godot_color_operator_less = map_option_to_init_error ((* core_1_0) . godot_color_operator_less , "API function missing: godot_gdnative_core_api_struct.godot_color_operator_less") ? ; let godot_vector2_new = map_option_to_init_error ((* core_1_0) . godot_vector2_new , "API function missing: godot_gdnative_core_api_struct.godot_vector2_new") ? ; let godot_vector2_as_string = map_option_to_init_error ((* core_1_0) . godot_vector2_as_string , "API function missing: godot_gdnative_core_api_struct.godot_vector2_as_string") ? ; let godot_vector2_normalized = map_option_to_init_error ((* core_1_0) . godot_vector2_normalized , "API function missing: godot_gdnative_core_api_struct.godot_vector2_normalized") ? ; let godot_vector2_length = map_option_to_init_error ((* core_1_0) . godot_vector2_length , "API function missing: godot_gdnative_core_api_struct.godot_vector2_length") ? ; let godot_vector2_angle = map_option_to_init_error ((* core_1_0) . godot_vector2_angle , "API function missing: godot_gdnative_core_api_struct.godot_vector2_angle") ? ; let godot_vector2_length_squared = map_option_to_init_error ((* core_1_0) . godot_vector2_length_squared , "API function missing: godot_gdnative_core_api_struct.godot_vector2_length_squared") ? ; let godot_vector2_is_normalized = map_option_to_init_error ((* core_1_0) . godot_vector2_is_normalized , "API function missing: godot_gdnative_core_api_struct.godot_vector2_is_normalized") ? ; let godot_vector2_distance_to = map_option_to_init_error ((* core_1_0) . godot_vector2_distance_to , "API function missing: godot_gdnative_core_api_struct.godot_vector2_distance_to") ? ; let godot_vector2_distance_squared_to = map_option_to_init_error ((* core_1_0) . godot_vector2_distance_squared_to , "API function missing: godot_gdnative_core_api_struct.godot_vector2_distance_squared_to") ? ; let godot_vector2_angle_to = map_option_to_init_error ((* core_1_0) . godot_vector2_angle_to , "API function missing: godot_gdnative_core_api_struct.godot_vector2_angle_to") ? ; let godot_vector2_angle_to_point = map_option_to_init_error ((* core_1_0) . godot_vector2_angle_to_point , "API function missing: godot_gdnative_core_api_struct.godot_vector2_angle_to_point") ? ; let godot_vector2_linear_interpolate = map_option_to_init_error ((* core_1_0) . godot_vector2_linear_interpolate , "API function missing: godot_gdnative_core_api_struct.godot_vector2_linear_interpolate") ? ; let godot_vector2_cubic_interpolate = map_option_to_init_error ((* core_1_0) . godot_vector2_cubic_interpolate , "API function missing: godot_gdnative_core_api_struct.godot_vector2_cubic_interpolate") ? ; let godot_vector2_rotated = map_option_to_init_error ((* core_1_0) . godot_vector2_rotated , "API function missing: godot_gdnative_core_api_struct.godot_vector2_rotated") ? ; let godot_vector2_tangent = map_option_to_init_error ((* core_1_0) . godot_vector2_tangent , "API function missing: godot_gdnative_core_api_struct.godot_vector2_tangent") ? ; let godot_vector2_floor = map_option_to_init_error ((* core_1_0) . godot_vector2_floor , "API function missing: godot_gdnative_core_api_struct.godot_vector2_floor") ? ; let godot_vector2_snapped = map_option_to_init_error ((* core_1_0) . godot_vector2_snapped , "API function missing: godot_gdnative_core_api_struct.godot_vector2_snapped") ? ; let godot_vector2_aspect = map_option_to_init_error ((* core_1_0) . godot_vector2_aspect , "API function missing: godot_gdnative_core_api_struct.godot_vector2_aspect") ? ; let godot_vector2_dot = map_option_to_init_error ((* core_1_0) . godot_vector2_dot , "API function missing: godot_gdnative_core_api_struct.godot_vector2_dot") ? ; let godot_vector2_slide = map_option_to_init_error ((* core_1_0) . godot_vector2_slide , "API function missing: godot_gdnative_core_api_struct.godot_vector2_slide") ? ; let godot_vector2_bounce = map_option_to_init_error ((* core_1_0) . godot_vector2_bounce , "API function missing: godot_gdnative_core_api_struct.godot_vector2_bounce") ? ; let godot_vector2_reflect = map_option_to_init_error ((* core_1_0) . godot_vector2_reflect , "API function missing: godot_gdnative_core_api_struct.godot_vector2_reflect") ? ; let godot_vector2_abs = map_option_to_init_error ((* core_1_0) . godot_vector2_abs , "API function missing: godot_gdnative_core_api_struct.godot_vector2_abs") ? ; let godot_vector2_clamped = map_option_to_init_error ((* core_1_0) . godot_vector2_clamped , "API function missing: godot_gdnative_core_api_struct.godot_vector2_clamped") ? ; let godot_vector2_operator_add = map_option_to_init_error ((* core_1_0) . godot_vector2_operator_add , "API function missing: godot_gdnative_core_api_struct.godot_vector2_operator_add") ? ; let godot_vector2_operator_subtract = map_option_to_init_error ((* core_1_0) . godot_vector2_operator_subtract , "API function missing: godot_gdnative_core_api_struct.godot_vector2_operator_subtract") ? ; let godot_vector2_operator_multiply_vector = map_option_to_init_error ((* core_1_0) . godot_vector2_operator_multiply_vector , "API function missing: godot_gdnative_core_api_struct.godot_vector2_operator_multiply_vector") ? ; let godot_vector2_operator_multiply_scalar = map_option_to_init_error ((* core_1_0) . godot_vector2_operator_multiply_scalar , "API function missing: godot_gdnative_core_api_struct.godot_vector2_operator_multiply_scalar") ? ; let godot_vector2_operator_divide_vector = map_option_to_init_error ((* core_1_0) . godot_vector2_operator_divide_vector , "API function missing: godot_gdnative_core_api_struct.godot_vector2_operator_divide_vector") ? ; let godot_vector2_operator_divide_scalar = map_option_to_init_error ((* core_1_0) . godot_vector2_operator_divide_scalar , "API function missing: godot_gdnative_core_api_struct.godot_vector2_operator_divide_scalar") ? ; let godot_vector2_operator_equal = map_option_to_init_error ((* core_1_0) . godot_vector2_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_vector2_operator_equal") ? ; let godot_vector2_operator_less = map_option_to_init_error ((* core_1_0) . godot_vector2_operator_less , "API function missing: godot_gdnative_core_api_struct.godot_vector2_operator_less") ? ; let godot_vector2_operator_neg = map_option_to_init_error ((* core_1_0) . godot_vector2_operator_neg , "API function missing: godot_gdnative_core_api_struct.godot_vector2_operator_neg") ? ; let godot_vector2_set_x = map_option_to_init_error ((* core_1_0) . godot_vector2_set_x , "API function missing: godot_gdnative_core_api_struct.godot_vector2_set_x") ? ; let godot_vector2_set_y = map_option_to_init_error ((* core_1_0) . godot_vector2_set_y , "API function missing: godot_gdnative_core_api_struct.godot_vector2_set_y") ? ; let godot_vector2_get_x = map_option_to_init_error ((* core_1_0) . godot_vector2_get_x , "API function missing: godot_gdnative_core_api_struct.godot_vector2_get_x") ? ; let godot_vector2_get_y = map_option_to_init_error ((* core_1_0) . godot_vector2_get_y , "API function missing: godot_gdnative_core_api_struct.godot_vector2_get_y") ? ; let godot_quat_new = map_option_to_init_error ((* core_1_0) . godot_quat_new , "API function missing: godot_gdnative_core_api_struct.godot_quat_new") ? ; let godot_quat_new_with_axis_angle = map_option_to_init_error ((* core_1_0) . godot_quat_new_with_axis_angle , "API function missing: godot_gdnative_core_api_struct.godot_quat_new_with_axis_angle") ? ; let godot_quat_get_x = map_option_to_init_error ((* core_1_0) . godot_quat_get_x , "API function missing: godot_gdnative_core_api_struct.godot_quat_get_x") ? ; let godot_quat_set_x = map_option_to_init_error ((* core_1_0) . godot_quat_set_x , "API function missing: godot_gdnative_core_api_struct.godot_quat_set_x") ? ; let godot_quat_get_y = map_option_to_init_error ((* core_1_0) . godot_quat_get_y , "API function missing: godot_gdnative_core_api_struct.godot_quat_get_y") ? ; let godot_quat_set_y = map_option_to_init_error ((* core_1_0) . godot_quat_set_y , "API function missing: godot_gdnative_core_api_struct.godot_quat_set_y") ? ; let godot_quat_get_z = map_option_to_init_error ((* core_1_0) . godot_quat_get_z , "API function missing: godot_gdnative_core_api_struct.godot_quat_get_z") ? ; let godot_quat_set_z = map_option_to_init_error ((* core_1_0) . godot_quat_set_z , "API function missing: godot_gdnative_core_api_struct.godot_quat_set_z") ? ; let godot_quat_get_w = map_option_to_init_error ((* core_1_0) . godot_quat_get_w , "API function missing: godot_gdnative_core_api_struct.godot_quat_get_w") ? ; let godot_quat_set_w = map_option_to_init_error ((* core_1_0) . godot_quat_set_w , "API function missing: godot_gdnative_core_api_struct.godot_quat_set_w") ? ; let godot_quat_as_string = map_option_to_init_error ((* core_1_0) . godot_quat_as_string , "API function missing: godot_gdnative_core_api_struct.godot_quat_as_string") ? ; let godot_quat_length = map_option_to_init_error ((* core_1_0) . godot_quat_length , "API function missing: godot_gdnative_core_api_struct.godot_quat_length") ? ; let godot_quat_length_squared = map_option_to_init_error ((* core_1_0) . godot_quat_length_squared , "API function missing: godot_gdnative_core_api_struct.godot_quat_length_squared") ? ; let godot_quat_normalized = map_option_to_init_error ((* core_1_0) . godot_quat_normalized , "API function missing: godot_gdnative_core_api_struct.godot_quat_normalized") ? ; let godot_quat_is_normalized = map_option_to_init_error ((* core_1_0) . godot_quat_is_normalized , "API function missing: godot_gdnative_core_api_struct.godot_quat_is_normalized") ? ; let godot_quat_inverse = map_option_to_init_error ((* core_1_0) . godot_quat_inverse , "API function missing: godot_gdnative_core_api_struct.godot_quat_inverse") ? ; let godot_quat_dot = map_option_to_init_error ((* core_1_0) . godot_quat_dot , "API function missing: godot_gdnative_core_api_struct.godot_quat_dot") ? ; let godot_quat_xform = map_option_to_init_error ((* core_1_0) . godot_quat_xform , "API function missing: godot_gdnative_core_api_struct.godot_quat_xform") ? ; let godot_quat_slerp = map_option_to_init_error ((* core_1_0) . godot_quat_slerp , "API function missing: godot_gdnative_core_api_struct.godot_quat_slerp") ? ; let godot_quat_slerpni = map_option_to_init_error ((* core_1_0) . godot_quat_slerpni , "API function missing: godot_gdnative_core_api_struct.godot_quat_slerpni") ? ; let godot_quat_cubic_slerp = map_option_to_init_error ((* core_1_0) . godot_quat_cubic_slerp , "API function missing: godot_gdnative_core_api_struct.godot_quat_cubic_slerp") ? ; let godot_quat_operator_multiply = map_option_to_init_error ((* core_1_0) . godot_quat_operator_multiply , "API function missing: godot_gdnative_core_api_struct.godot_quat_operator_multiply") ? ; let godot_quat_operator_add = map_option_to_init_error ((* core_1_0) . godot_quat_operator_add , "API function missing: godot_gdnative_core_api_struct.godot_quat_operator_add") ? ; let godot_quat_operator_subtract = map_option_to_init_error ((* core_1_0) . godot_quat_operator_subtract , "API function missing: godot_gdnative_core_api_struct.godot_quat_operator_subtract") ? ; let godot_quat_operator_divide = map_option_to_init_error ((* core_1_0) . godot_quat_operator_divide , "API function missing: godot_gdnative_core_api_struct.godot_quat_operator_divide") ? ; let godot_quat_operator_equal = map_option_to_init_error ((* core_1_0) . godot_quat_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_quat_operator_equal") ? ; let godot_quat_operator_neg = map_option_to_init_error ((* core_1_0) . godot_quat_operator_neg , "API function missing: godot_gdnative_core_api_struct.godot_quat_operator_neg") ? ; let godot_basis_new_with_rows = map_option_to_init_error ((* core_1_0) . godot_basis_new_with_rows , "API function missing: godot_gdnative_core_api_struct.godot_basis_new_with_rows") ? ; let godot_basis_new_with_axis_and_angle = map_option_to_init_error ((* core_1_0) . godot_basis_new_with_axis_and_angle , "API function missing: godot_gdnative_core_api_struct.godot_basis_new_with_axis_and_angle") ? ; let godot_basis_new_with_euler = map_option_to_init_error ((* core_1_0) . godot_basis_new_with_euler , "API function missing: godot_gdnative_core_api_struct.godot_basis_new_with_euler") ? ; let godot_basis_as_string = map_option_to_init_error ((* core_1_0) . godot_basis_as_string , "API function missing: godot_gdnative_core_api_struct.godot_basis_as_string") ? ; let godot_basis_inverse = map_option_to_init_error ((* core_1_0) . godot_basis_inverse , "API function missing: godot_gdnative_core_api_struct.godot_basis_inverse") ? ; let godot_basis_transposed = map_option_to_init_error ((* core_1_0) . godot_basis_transposed , "API function missing: godot_gdnative_core_api_struct.godot_basis_transposed") ? ; let godot_basis_orthonormalized = map_option_to_init_error ((* core_1_0) . godot_basis_orthonormalized , "API function missing: godot_gdnative_core_api_struct.godot_basis_orthonormalized") ? ; let godot_basis_determinant = map_option_to_init_error ((* core_1_0) . godot_basis_determinant , "API function missing: godot_gdnative_core_api_struct.godot_basis_determinant") ? ; let godot_basis_rotated = map_option_to_init_error ((* core_1_0) . godot_basis_rotated , "API function missing: godot_gdnative_core_api_struct.godot_basis_rotated") ? ; let godot_basis_scaled = map_option_to_init_error ((* core_1_0) . godot_basis_scaled , "API function missing: godot_gdnative_core_api_struct.godot_basis_scaled") ? ; let godot_basis_get_scale = map_option_to_init_error ((* core_1_0) . godot_basis_get_scale , "API function missing: godot_gdnative_core_api_struct.godot_basis_get_scale") ? ; let godot_basis_get_euler = map_option_to_init_error ((* core_1_0) . godot_basis_get_euler , "API function missing: godot_gdnative_core_api_struct.godot_basis_get_euler") ? ; let godot_basis_tdotx = map_option_to_init_error ((* core_1_0) . godot_basis_tdotx , "API function missing: godot_gdnative_core_api_struct.godot_basis_tdotx") ? ; let godot_basis_tdoty = map_option_to_init_error ((* core_1_0) . godot_basis_tdoty , "API function missing: godot_gdnative_core_api_struct.godot_basis_tdoty") ? ; let godot_basis_tdotz = map_option_to_init_error ((* core_1_0) . godot_basis_tdotz , "API function missing: godot_gdnative_core_api_struct.godot_basis_tdotz") ? ; let godot_basis_xform = map_option_to_init_error ((* core_1_0) . godot_basis_xform , "API function missing: godot_gdnative_core_api_struct.godot_basis_xform") ? ; let godot_basis_xform_inv = map_option_to_init_error ((* core_1_0) . godot_basis_xform_inv , "API function missing: godot_gdnative_core_api_struct.godot_basis_xform_inv") ? ; let godot_basis_get_orthogonal_index = map_option_to_init_error ((* core_1_0) . godot_basis_get_orthogonal_index , "API function missing: godot_gdnative_core_api_struct.godot_basis_get_orthogonal_index") ? ; let godot_basis_new = map_option_to_init_error ((* core_1_0) . godot_basis_new , "API function missing: godot_gdnative_core_api_struct.godot_basis_new") ? ; let godot_basis_new_with_euler_quat = map_option_to_init_error ((* core_1_0) . godot_basis_new_with_euler_quat , "API function missing: godot_gdnative_core_api_struct.godot_basis_new_with_euler_quat") ? ; let godot_basis_get_elements = map_option_to_init_error ((* core_1_0) . godot_basis_get_elements , "API function missing: godot_gdnative_core_api_struct.godot_basis_get_elements") ? ; let godot_basis_get_axis = map_option_to_init_error ((* core_1_0) . godot_basis_get_axis , "API function missing: godot_gdnative_core_api_struct.godot_basis_get_axis") ? ; let godot_basis_set_axis = map_option_to_init_error ((* core_1_0) . godot_basis_set_axis , "API function missing: godot_gdnative_core_api_struct.godot_basis_set_axis") ? ; let godot_basis_get_row = map_option_to_init_error ((* core_1_0) . godot_basis_get_row , "API function missing: godot_gdnative_core_api_struct.godot_basis_get_row") ? ; let godot_basis_set_row = map_option_to_init_error ((* core_1_0) . godot_basis_set_row , "API function missing: godot_gdnative_core_api_struct.godot_basis_set_row") ? ; let godot_basis_operator_equal = map_option_to_init_error ((* core_1_0) . godot_basis_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_basis_operator_equal") ? ; let godot_basis_operator_add = map_option_to_init_error ((* core_1_0) . godot_basis_operator_add , "API function missing: godot_gdnative_core_api_struct.godot_basis_operator_add") ? ; let godot_basis_operator_subtract = map_option_to_init_error ((* core_1_0) . godot_basis_operator_subtract , "API function missing: godot_gdnative_core_api_struct.godot_basis_operator_subtract") ? ; let godot_basis_operator_multiply_vector = map_option_to_init_error ((* core_1_0) . godot_basis_operator_multiply_vector , "API function missing: godot_gdnative_core_api_struct.godot_basis_operator_multiply_vector") ? ; let godot_basis_operator_multiply_scalar = map_option_to_init_error ((* core_1_0) . godot_basis_operator_multiply_scalar , "API function missing: godot_gdnative_core_api_struct.godot_basis_operator_multiply_scalar") ? ; let godot_vector3_new = map_option_to_init_error ((* core_1_0) . godot_vector3_new , "API function missing: godot_gdnative_core_api_struct.godot_vector3_new") ? ; let godot_vector3_as_string = map_option_to_init_error ((* core_1_0) . godot_vector3_as_string , "API function missing: godot_gdnative_core_api_struct.godot_vector3_as_string") ? ; let godot_vector3_min_axis = map_option_to_init_error ((* core_1_0) . godot_vector3_min_axis , "API function missing: godot_gdnative_core_api_struct.godot_vector3_min_axis") ? ; let godot_vector3_max_axis = map_option_to_init_error ((* core_1_0) . godot_vector3_max_axis , "API function missing: godot_gdnative_core_api_struct.godot_vector3_max_axis") ? ; let godot_vector3_length = map_option_to_init_error ((* core_1_0) . godot_vector3_length , "API function missing: godot_gdnative_core_api_struct.godot_vector3_length") ? ; let godot_vector3_length_squared = map_option_to_init_error ((* core_1_0) . godot_vector3_length_squared , "API function missing: godot_gdnative_core_api_struct.godot_vector3_length_squared") ? ; let godot_vector3_is_normalized = map_option_to_init_error ((* core_1_0) . godot_vector3_is_normalized , "API function missing: godot_gdnative_core_api_struct.godot_vector3_is_normalized") ? ; let godot_vector3_normalized = map_option_to_init_error ((* core_1_0) . godot_vector3_normalized , "API function missing: godot_gdnative_core_api_struct.godot_vector3_normalized") ? ; let godot_vector3_inverse = map_option_to_init_error ((* core_1_0) . godot_vector3_inverse , "API function missing: godot_gdnative_core_api_struct.godot_vector3_inverse") ? ; let godot_vector3_snapped = map_option_to_init_error ((* core_1_0) . godot_vector3_snapped , "API function missing: godot_gdnative_core_api_struct.godot_vector3_snapped") ? ; let godot_vector3_rotated = map_option_to_init_error ((* core_1_0) . godot_vector3_rotated , "API function missing: godot_gdnative_core_api_struct.godot_vector3_rotated") ? ; let godot_vector3_linear_interpolate = map_option_to_init_error ((* core_1_0) . godot_vector3_linear_interpolate , "API function missing: godot_gdnative_core_api_struct.godot_vector3_linear_interpolate") ? ; let godot_vector3_cubic_interpolate = map_option_to_init_error ((* core_1_0) . godot_vector3_cubic_interpolate , "API function missing: godot_gdnative_core_api_struct.godot_vector3_cubic_interpolate") ? ; let godot_vector3_dot = map_option_to_init_error ((* core_1_0) . godot_vector3_dot , "API function missing: godot_gdnative_core_api_struct.godot_vector3_dot") ? ; let godot_vector3_cross = map_option_to_init_error ((* core_1_0) . godot_vector3_cross , "API function missing: godot_gdnative_core_api_struct.godot_vector3_cross") ? ; let godot_vector3_outer = map_option_to_init_error ((* core_1_0) . godot_vector3_outer , "API function missing: godot_gdnative_core_api_struct.godot_vector3_outer") ? ; let godot_vector3_to_diagonal_matrix = map_option_to_init_error ((* core_1_0) . godot_vector3_to_diagonal_matrix , "API function missing: godot_gdnative_core_api_struct.godot_vector3_to_diagonal_matrix") ? ; let godot_vector3_abs = map_option_to_init_error ((* core_1_0) . godot_vector3_abs , "API function missing: godot_gdnative_core_api_struct.godot_vector3_abs") ? ; let godot_vector3_floor = map_option_to_init_error ((* core_1_0) . godot_vector3_floor , "API function missing: godot_gdnative_core_api_struct.godot_vector3_floor") ? ; let godot_vector3_ceil = map_option_to_init_error ((* core_1_0) . godot_vector3_ceil , "API function missing: godot_gdnative_core_api_struct.godot_vector3_ceil") ? ; let godot_vector3_distance_to = map_option_to_init_error ((* core_1_0) . godot_vector3_distance_to , "API function missing: godot_gdnative_core_api_struct.godot_vector3_distance_to") ? ; let godot_vector3_distance_squared_to = map_option_to_init_error ((* core_1_0) . godot_vector3_distance_squared_to , "API function missing: godot_gdnative_core_api_struct.godot_vector3_distance_squared_to") ? ; let godot_vector3_angle_to = map_option_to_init_error ((* core_1_0) . godot_vector3_angle_to , "API function missing: godot_gdnative_core_api_struct.godot_vector3_angle_to") ? ; let godot_vector3_slide = map_option_to_init_error ((* core_1_0) . godot_vector3_slide , "API function missing: godot_gdnative_core_api_struct.godot_vector3_slide") ? ; let godot_vector3_bounce = map_option_to_init_error ((* core_1_0) . godot_vector3_bounce , "API function missing: godot_gdnative_core_api_struct.godot_vector3_bounce") ? ; let godot_vector3_reflect = map_option_to_init_error ((* core_1_0) . godot_vector3_reflect , "API function missing: godot_gdnative_core_api_struct.godot_vector3_reflect") ? ; let godot_vector3_operator_add = map_option_to_init_error ((* core_1_0) . godot_vector3_operator_add , "API function missing: godot_gdnative_core_api_struct.godot_vector3_operator_add") ? ; let godot_vector3_operator_subtract = map_option_to_init_error ((* core_1_0) . godot_vector3_operator_subtract , "API function missing: godot_gdnative_core_api_struct.godot_vector3_operator_subtract") ? ; let godot_vector3_operator_multiply_vector = map_option_to_init_error ((* core_1_0) . godot_vector3_operator_multiply_vector , "API function missing: godot_gdnative_core_api_struct.godot_vector3_operator_multiply_vector") ? ; let godot_vector3_operator_multiply_scalar = map_option_to_init_error ((* core_1_0) . godot_vector3_operator_multiply_scalar , "API function missing: godot_gdnative_core_api_struct.godot_vector3_operator_multiply_scalar") ? ; let godot_vector3_operator_divide_vector = map_option_to_init_error ((* core_1_0) . godot_vector3_operator_divide_vector , "API function missing: godot_gdnative_core_api_struct.godot_vector3_operator_divide_vector") ? ; let godot_vector3_operator_divide_scalar = map_option_to_init_error ((* core_1_0) . godot_vector3_operator_divide_scalar , "API function missing: godot_gdnative_core_api_struct.godot_vector3_operator_divide_scalar") ? ; let godot_vector3_operator_equal = map_option_to_init_error ((* core_1_0) . godot_vector3_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_vector3_operator_equal") ? ; let godot_vector3_operator_less = map_option_to_init_error ((* core_1_0) . godot_vector3_operator_less , "API function missing: godot_gdnative_core_api_struct.godot_vector3_operator_less") ? ; let godot_vector3_operator_neg = map_option_to_init_error ((* core_1_0) . godot_vector3_operator_neg , "API function missing: godot_gdnative_core_api_struct.godot_vector3_operator_neg") ? ; let godot_vector3_set_axis = map_option_to_init_error ((* core_1_0) . godot_vector3_set_axis , "API function missing: godot_gdnative_core_api_struct.godot_vector3_set_axis") ? ; let godot_vector3_get_axis = map_option_to_init_error ((* core_1_0) . godot_vector3_get_axis , "API function missing: godot_gdnative_core_api_struct.godot_vector3_get_axis") ? ; let godot_pool_byte_array_new = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_new , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_new") ? ; let godot_pool_byte_array_new_copy = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_new_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_new_copy") ? ; let godot_pool_byte_array_new_with_array = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_new_with_array , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_new_with_array") ? ; let godot_pool_byte_array_append = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_append , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_append") ? ; let godot_pool_byte_array_append_array = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_append_array , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_append_array") ? ; let godot_pool_byte_array_insert = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_insert , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_insert") ? ; let godot_pool_byte_array_invert = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_invert , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_invert") ? ; let godot_pool_byte_array_push_back = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_push_back , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_push_back") ? ; let godot_pool_byte_array_remove = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_remove , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_remove") ? ; let godot_pool_byte_array_resize = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_resize , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_resize") ? ; let godot_pool_byte_array_read = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_read , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_read") ? ; let godot_pool_byte_array_write = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_write , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_write") ? ; let godot_pool_byte_array_set = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_set , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_set") ? ; let godot_pool_byte_array_get = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_get , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_get") ? ; let godot_pool_byte_array_size = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_size , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_size") ? ; let godot_pool_byte_array_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_destroy") ? ; let godot_pool_int_array_new = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_new , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_new") ? ; let godot_pool_int_array_new_copy = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_new_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_new_copy") ? ; let godot_pool_int_array_new_with_array = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_new_with_array , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_new_with_array") ? ; let godot_pool_int_array_append = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_append , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_append") ? ; let godot_pool_int_array_append_array = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_append_array , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_append_array") ? ; let godot_pool_int_array_insert = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_insert , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_insert") ? ; let godot_pool_int_array_invert = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_invert , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_invert") ? ; let godot_pool_int_array_push_back = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_push_back , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_push_back") ? ; let godot_pool_int_array_remove = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_remove , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_remove") ? ; let godot_pool_int_array_resize = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_resize , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_resize") ? ; let godot_pool_int_array_read = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_read , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_read") ? ; let godot_pool_int_array_write = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_write , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_write") ? ; let godot_pool_int_array_set = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_set , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_set") ? ; let godot_pool_int_array_get = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_get , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_get") ? ; let godot_pool_int_array_size = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_size , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_size") ? ; let godot_pool_int_array_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_destroy") ? ; let godot_pool_real_array_new = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_new , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_new") ? ; let godot_pool_real_array_new_copy = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_new_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_new_copy") ? ; let godot_pool_real_array_new_with_array = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_new_with_array , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_new_with_array") ? ; let godot_pool_real_array_append = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_append , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_append") ? ; let godot_pool_real_array_append_array = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_append_array , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_append_array") ? ; let godot_pool_real_array_insert = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_insert , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_insert") ? ; let godot_pool_real_array_invert = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_invert , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_invert") ? ; let godot_pool_real_array_push_back = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_push_back , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_push_back") ? ; let godot_pool_real_array_remove = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_remove , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_remove") ? ; let godot_pool_real_array_resize = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_resize , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_resize") ? ; let godot_pool_real_array_read = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_read , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_read") ? ; let godot_pool_real_array_write = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_write , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_write") ? ; let godot_pool_real_array_set = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_set , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_set") ? ; let godot_pool_real_array_get = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_get , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_get") ? ; let godot_pool_real_array_size = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_size , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_size") ? ; let godot_pool_real_array_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_destroy") ? ; let godot_pool_string_array_new = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_new , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_new") ? ; let godot_pool_string_array_new_copy = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_new_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_new_copy") ? ; let godot_pool_string_array_new_with_array = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_new_with_array , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_new_with_array") ? ; let godot_pool_string_array_append = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_append , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_append") ? ; let godot_pool_string_array_append_array = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_append_array , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_append_array") ? ; let godot_pool_string_array_insert = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_insert , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_insert") ? ; let godot_pool_string_array_invert = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_invert , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_invert") ? ; let godot_pool_string_array_push_back = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_push_back , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_push_back") ? ; let godot_pool_string_array_remove = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_remove , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_remove") ? ; let godot_pool_string_array_resize = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_resize , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_resize") ? ; let godot_pool_string_array_read = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_read , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_read") ? ; let godot_pool_string_array_write = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_write , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_write") ? ; let godot_pool_string_array_set = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_set , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_set") ? ; let godot_pool_string_array_get = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_get , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_get") ? ; let godot_pool_string_array_size = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_size , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_size") ? ; let godot_pool_string_array_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_destroy") ? ; let godot_pool_vector2_array_new = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_new , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_new") ? ; let godot_pool_vector2_array_new_copy = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_new_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_new_copy") ? ; let godot_pool_vector2_array_new_with_array = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_new_with_array , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_new_with_array") ? ; let godot_pool_vector2_array_append = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_append , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_append") ? ; let godot_pool_vector2_array_append_array = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_append_array , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_append_array") ? ; let godot_pool_vector2_array_insert = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_insert , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_insert") ? ; let godot_pool_vector2_array_invert = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_invert , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_invert") ? ; let godot_pool_vector2_array_push_back = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_push_back , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_push_back") ? ; let godot_pool_vector2_array_remove = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_remove , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_remove") ? ; let godot_pool_vector2_array_resize = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_resize , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_resize") ? ; let godot_pool_vector2_array_read = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_read , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_read") ? ; let godot_pool_vector2_array_write = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_write , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_write") ? ; let godot_pool_vector2_array_set = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_set , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_set") ? ; let godot_pool_vector2_array_get = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_get , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_get") ? ; let godot_pool_vector2_array_size = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_size , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_size") ? ; let godot_pool_vector2_array_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_destroy") ? ; let godot_pool_vector3_array_new = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_new , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_new") ? ; let godot_pool_vector3_array_new_copy = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_new_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_new_copy") ? ; let godot_pool_vector3_array_new_with_array = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_new_with_array , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_new_with_array") ? ; let godot_pool_vector3_array_append = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_append , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_append") ? ; let godot_pool_vector3_array_append_array = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_append_array , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_append_array") ? ; let godot_pool_vector3_array_insert = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_insert , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_insert") ? ; let godot_pool_vector3_array_invert = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_invert , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_invert") ? ; let godot_pool_vector3_array_push_back = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_push_back , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_push_back") ? ; let godot_pool_vector3_array_remove = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_remove , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_remove") ? ; let godot_pool_vector3_array_resize = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_resize , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_resize") ? ; let godot_pool_vector3_array_read = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_read , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_read") ? ; let godot_pool_vector3_array_write = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_write , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_write") ? ; let godot_pool_vector3_array_set = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_set , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_set") ? ; let godot_pool_vector3_array_get = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_get , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_get") ? ; let godot_pool_vector3_array_size = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_size , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_size") ? ; let godot_pool_vector3_array_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_destroy") ? ; let godot_pool_color_array_new = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_new , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_new") ? ; let godot_pool_color_array_new_copy = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_new_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_new_copy") ? ; let godot_pool_color_array_new_with_array = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_new_with_array , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_new_with_array") ? ; let godot_pool_color_array_append = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_append , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_append") ? ; let godot_pool_color_array_append_array = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_append_array , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_append_array") ? ; let godot_pool_color_array_insert = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_insert , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_insert") ? ; let godot_pool_color_array_invert = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_invert , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_invert") ? ; let godot_pool_color_array_push_back = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_push_back , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_push_back") ? ; let godot_pool_color_array_remove = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_remove , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_remove") ? ; let godot_pool_color_array_resize = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_resize , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_resize") ? ; let godot_pool_color_array_read = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_read , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_read") ? ; let godot_pool_color_array_write = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_write , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_write") ? ; let godot_pool_color_array_set = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_set , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_set") ? ; let godot_pool_color_array_get = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_get , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_get") ? ; let godot_pool_color_array_size = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_size , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_size") ? ; let godot_pool_color_array_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_destroy") ? ; let godot_pool_byte_array_read_access_copy = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_read_access_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_read_access_copy") ? ; let godot_pool_byte_array_read_access_ptr = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_read_access_ptr , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_read_access_ptr") ? ; let godot_pool_byte_array_read_access_operator_assign = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_read_access_operator_assign , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_read_access_operator_assign") ? ; let godot_pool_byte_array_read_access_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_read_access_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_read_access_destroy") ? ; let godot_pool_int_array_read_access_copy = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_read_access_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_read_access_copy") ? ; let godot_pool_int_array_read_access_ptr = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_read_access_ptr , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_read_access_ptr") ? ; let godot_pool_int_array_read_access_operator_assign = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_read_access_operator_assign , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_read_access_operator_assign") ? ; let godot_pool_int_array_read_access_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_read_access_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_read_access_destroy") ? ; let godot_pool_real_array_read_access_copy = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_read_access_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_read_access_copy") ? ; let godot_pool_real_array_read_access_ptr = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_read_access_ptr , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_read_access_ptr") ? ; let godot_pool_real_array_read_access_operator_assign = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_read_access_operator_assign , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_read_access_operator_assign") ? ; let godot_pool_real_array_read_access_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_read_access_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_read_access_destroy") ? ; let godot_pool_string_array_read_access_copy = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_read_access_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_read_access_copy") ? ; let godot_pool_string_array_read_access_ptr = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_read_access_ptr , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_read_access_ptr") ? ; let godot_pool_string_array_read_access_operator_assign = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_read_access_operator_assign , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_read_access_operator_assign") ? ; let godot_pool_string_array_read_access_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_read_access_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_read_access_destroy") ? ; let godot_pool_vector2_array_read_access_copy = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_read_access_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_read_access_copy") ? ; let godot_pool_vector2_array_read_access_ptr = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_read_access_ptr , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_read_access_ptr") ? ; let godot_pool_vector2_array_read_access_operator_assign = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_read_access_operator_assign , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_read_access_operator_assign") ? ; let godot_pool_vector2_array_read_access_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_read_access_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_read_access_destroy") ? ; let godot_pool_vector3_array_read_access_copy = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_read_access_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_read_access_copy") ? ; let godot_pool_vector3_array_read_access_ptr = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_read_access_ptr , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_read_access_ptr") ? ; let godot_pool_vector3_array_read_access_operator_assign = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_read_access_operator_assign , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_read_access_operator_assign") ? ; let godot_pool_vector3_array_read_access_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_read_access_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_read_access_destroy") ? ; let godot_pool_color_array_read_access_copy = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_read_access_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_read_access_copy") ? ; let godot_pool_color_array_read_access_ptr = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_read_access_ptr , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_read_access_ptr") ? ; let godot_pool_color_array_read_access_operator_assign = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_read_access_operator_assign , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_read_access_operator_assign") ? ; let godot_pool_color_array_read_access_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_read_access_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_read_access_destroy") ? ; let godot_pool_byte_array_write_access_copy = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_write_access_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_write_access_copy") ? ; let godot_pool_byte_array_write_access_ptr = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_write_access_ptr , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_write_access_ptr") ? ; let godot_pool_byte_array_write_access_operator_assign = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_write_access_operator_assign , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_write_access_operator_assign") ? ; let godot_pool_byte_array_write_access_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_byte_array_write_access_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_byte_array_write_access_destroy") ? ; let godot_pool_int_array_write_access_copy = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_write_access_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_write_access_copy") ? ; let godot_pool_int_array_write_access_ptr = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_write_access_ptr , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_write_access_ptr") ? ; let godot_pool_int_array_write_access_operator_assign = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_write_access_operator_assign , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_write_access_operator_assign") ? ; let godot_pool_int_array_write_access_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_int_array_write_access_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_int_array_write_access_destroy") ? ; let godot_pool_real_array_write_access_copy = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_write_access_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_write_access_copy") ? ; let godot_pool_real_array_write_access_ptr = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_write_access_ptr , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_write_access_ptr") ? ; let godot_pool_real_array_write_access_operator_assign = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_write_access_operator_assign , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_write_access_operator_assign") ? ; let godot_pool_real_array_write_access_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_real_array_write_access_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_real_array_write_access_destroy") ? ; let godot_pool_string_array_write_access_copy = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_write_access_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_write_access_copy") ? ; let godot_pool_string_array_write_access_ptr = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_write_access_ptr , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_write_access_ptr") ? ; let godot_pool_string_array_write_access_operator_assign = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_write_access_operator_assign , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_write_access_operator_assign") ? ; let godot_pool_string_array_write_access_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_string_array_write_access_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_string_array_write_access_destroy") ? ; let godot_pool_vector2_array_write_access_copy = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_write_access_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_write_access_copy") ? ; let godot_pool_vector2_array_write_access_ptr = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_write_access_ptr , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_write_access_ptr") ? ; let godot_pool_vector2_array_write_access_operator_assign = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_write_access_operator_assign , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_write_access_operator_assign") ? ; let godot_pool_vector2_array_write_access_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_vector2_array_write_access_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector2_array_write_access_destroy") ? ; let godot_pool_vector3_array_write_access_copy = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_write_access_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_write_access_copy") ? ; let godot_pool_vector3_array_write_access_ptr = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_write_access_ptr , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_write_access_ptr") ? ; let godot_pool_vector3_array_write_access_operator_assign = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_write_access_operator_assign , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_write_access_operator_assign") ? ; let godot_pool_vector3_array_write_access_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_vector3_array_write_access_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_vector3_array_write_access_destroy") ? ; let godot_pool_color_array_write_access_copy = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_write_access_copy , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_write_access_copy") ? ; let godot_pool_color_array_write_access_ptr = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_write_access_ptr , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_write_access_ptr") ? ; let godot_pool_color_array_write_access_operator_assign = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_write_access_operator_assign , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_write_access_operator_assign") ? ; let godot_pool_color_array_write_access_destroy = map_option_to_init_error ((* core_1_0) . godot_pool_color_array_write_access_destroy , "API function missing: godot_gdnative_core_api_struct.godot_pool_color_array_write_access_destroy") ? ; let godot_array_new = map_option_to_init_error ((* core_1_0) . godot_array_new , "API function missing: godot_gdnative_core_api_struct.godot_array_new") ? ; let godot_array_new_copy = map_option_to_init_error ((* core_1_0) . godot_array_new_copy , "API function missing: godot_gdnative_core_api_struct.godot_array_new_copy") ? ; let godot_array_new_pool_color_array = map_option_to_init_error ((* core_1_0) . godot_array_new_pool_color_array , "API function missing: godot_gdnative_core_api_struct.godot_array_new_pool_color_array") ? ; let godot_array_new_pool_vector3_array = map_option_to_init_error ((* core_1_0) . godot_array_new_pool_vector3_array , "API function missing: godot_gdnative_core_api_struct.godot_array_new_pool_vector3_array") ? ; let godot_array_new_pool_vector2_array = map_option_to_init_error ((* core_1_0) . godot_array_new_pool_vector2_array , "API function missing: godot_gdnative_core_api_struct.godot_array_new_pool_vector2_array") ? ; let godot_array_new_pool_string_array = map_option_to_init_error ((* core_1_0) . godot_array_new_pool_string_array , "API function missing: godot_gdnative_core_api_struct.godot_array_new_pool_string_array") ? ; let godot_array_new_pool_real_array = map_option_to_init_error ((* core_1_0) . godot_array_new_pool_real_array , "API function missing: godot_gdnative_core_api_struct.godot_array_new_pool_real_array") ? ; let godot_array_new_pool_int_array = map_option_to_init_error ((* core_1_0) . godot_array_new_pool_int_array , "API function missing: godot_gdnative_core_api_struct.godot_array_new_pool_int_array") ? ; let godot_array_new_pool_byte_array = map_option_to_init_error ((* core_1_0) . godot_array_new_pool_byte_array , "API function missing: godot_gdnative_core_api_struct.godot_array_new_pool_byte_array") ? ; let godot_array_set = map_option_to_init_error ((* core_1_0) . godot_array_set , "API function missing: godot_gdnative_core_api_struct.godot_array_set") ? ; let godot_array_get = map_option_to_init_error ((* core_1_0) . godot_array_get , "API function missing: godot_gdnative_core_api_struct.godot_array_get") ? ; let godot_array_operator_index = map_option_to_init_error ((* core_1_0) . godot_array_operator_index , "API function missing: godot_gdnative_core_api_struct.godot_array_operator_index") ? ; let godot_array_operator_index_const = map_option_to_init_error ((* core_1_0) . godot_array_operator_index_const , "API function missing: godot_gdnative_core_api_struct.godot_array_operator_index_const") ? ; let godot_array_append = map_option_to_init_error ((* core_1_0) . godot_array_append , "API function missing: godot_gdnative_core_api_struct.godot_array_append") ? ; let godot_array_clear = map_option_to_init_error ((* core_1_0) . godot_array_clear , "API function missing: godot_gdnative_core_api_struct.godot_array_clear") ? ; let godot_array_count = map_option_to_init_error ((* core_1_0) . godot_array_count , "API function missing: godot_gdnative_core_api_struct.godot_array_count") ? ; let godot_array_empty = map_option_to_init_error ((* core_1_0) . godot_array_empty , "API function missing: godot_gdnative_core_api_struct.godot_array_empty") ? ; let godot_array_erase = map_option_to_init_error ((* core_1_0) . godot_array_erase , "API function missing: godot_gdnative_core_api_struct.godot_array_erase") ? ; let godot_array_front = map_option_to_init_error ((* core_1_0) . godot_array_front , "API function missing: godot_gdnative_core_api_struct.godot_array_front") ? ; let godot_array_back = map_option_to_init_error ((* core_1_0) . godot_array_back , "API function missing: godot_gdnative_core_api_struct.godot_array_back") ? ; let godot_array_find = map_option_to_init_error ((* core_1_0) . godot_array_find , "API function missing: godot_gdnative_core_api_struct.godot_array_find") ? ; let godot_array_find_last = map_option_to_init_error ((* core_1_0) . godot_array_find_last , "API function missing: godot_gdnative_core_api_struct.godot_array_find_last") ? ; let godot_array_has = map_option_to_init_error ((* core_1_0) . godot_array_has , "API function missing: godot_gdnative_core_api_struct.godot_array_has") ? ; let godot_array_hash = map_option_to_init_error ((* core_1_0) . godot_array_hash , "API function missing: godot_gdnative_core_api_struct.godot_array_hash") ? ; let godot_array_insert = map_option_to_init_error ((* core_1_0) . godot_array_insert , "API function missing: godot_gdnative_core_api_struct.godot_array_insert") ? ; let godot_array_invert = map_option_to_init_error ((* core_1_0) . godot_array_invert , "API function missing: godot_gdnative_core_api_struct.godot_array_invert") ? ; let godot_array_pop_back = map_option_to_init_error ((* core_1_0) . godot_array_pop_back , "API function missing: godot_gdnative_core_api_struct.godot_array_pop_back") ? ; let godot_array_pop_front = map_option_to_init_error ((* core_1_0) . godot_array_pop_front , "API function missing: godot_gdnative_core_api_struct.godot_array_pop_front") ? ; let godot_array_push_back = map_option_to_init_error ((* core_1_0) . godot_array_push_back , "API function missing: godot_gdnative_core_api_struct.godot_array_push_back") ? ; let godot_array_push_front = map_option_to_init_error ((* core_1_0) . godot_array_push_front , "API function missing: godot_gdnative_core_api_struct.godot_array_push_front") ? ; let godot_array_remove = map_option_to_init_error ((* core_1_0) . godot_array_remove , "API function missing: godot_gdnative_core_api_struct.godot_array_remove") ? ; let godot_array_resize = map_option_to_init_error ((* core_1_0) . godot_array_resize , "API function missing: godot_gdnative_core_api_struct.godot_array_resize") ? ; let godot_array_rfind = map_option_to_init_error ((* core_1_0) . godot_array_rfind , "API function missing: godot_gdnative_core_api_struct.godot_array_rfind") ? ; let godot_array_size = map_option_to_init_error ((* core_1_0) . godot_array_size , "API function missing: godot_gdnative_core_api_struct.godot_array_size") ? ; let godot_array_sort = map_option_to_init_error ((* core_1_0) . godot_array_sort , "API function missing: godot_gdnative_core_api_struct.godot_array_sort") ? ; let godot_array_sort_custom = map_option_to_init_error ((* core_1_0) . godot_array_sort_custom , "API function missing: godot_gdnative_core_api_struct.godot_array_sort_custom") ? ; let godot_array_bsearch = map_option_to_init_error ((* core_1_0) . godot_array_bsearch , "API function missing: godot_gdnative_core_api_struct.godot_array_bsearch") ? ; let godot_array_bsearch_custom = map_option_to_init_error ((* core_1_0) . godot_array_bsearch_custom , "API function missing: godot_gdnative_core_api_struct.godot_array_bsearch_custom") ? ; let godot_array_destroy = map_option_to_init_error ((* core_1_0) . godot_array_destroy , "API function missing: godot_gdnative_core_api_struct.godot_array_destroy") ? ; let godot_dictionary_new = map_option_to_init_error ((* core_1_0) . godot_dictionary_new , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_new") ? ; let godot_dictionary_new_copy = map_option_to_init_error ((* core_1_0) . godot_dictionary_new_copy , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_new_copy") ? ; let godot_dictionary_destroy = map_option_to_init_error ((* core_1_0) . godot_dictionary_destroy , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_destroy") ? ; let godot_dictionary_size = map_option_to_init_error ((* core_1_0) . godot_dictionary_size , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_size") ? ; let godot_dictionary_empty = map_option_to_init_error ((* core_1_0) . godot_dictionary_empty , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_empty") ? ; let godot_dictionary_clear = map_option_to_init_error ((* core_1_0) . godot_dictionary_clear , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_clear") ? ; let godot_dictionary_has = map_option_to_init_error ((* core_1_0) . godot_dictionary_has , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_has") ? ; let godot_dictionary_has_all = map_option_to_init_error ((* core_1_0) . godot_dictionary_has_all , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_has_all") ? ; let godot_dictionary_erase = map_option_to_init_error ((* core_1_0) . godot_dictionary_erase , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_erase") ? ; let godot_dictionary_hash = map_option_to_init_error ((* core_1_0) . godot_dictionary_hash , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_hash") ? ; let godot_dictionary_keys = map_option_to_init_error ((* core_1_0) . godot_dictionary_keys , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_keys") ? ; let godot_dictionary_values = map_option_to_init_error ((* core_1_0) . godot_dictionary_values , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_values") ? ; let godot_dictionary_get = map_option_to_init_error ((* core_1_0) . godot_dictionary_get , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_get") ? ; let godot_dictionary_set = map_option_to_init_error ((* core_1_0) . godot_dictionary_set , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_set") ? ; let godot_dictionary_operator_index = map_option_to_init_error ((* core_1_0) . godot_dictionary_operator_index , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_operator_index") ? ; let godot_dictionary_operator_index_const = map_option_to_init_error ((* core_1_0) . godot_dictionary_operator_index_const , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_operator_index_const") ? ; let godot_dictionary_next = map_option_to_init_error ((* core_1_0) . godot_dictionary_next , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_next") ? ; let godot_dictionary_operator_equal = map_option_to_init_error ((* core_1_0) . godot_dictionary_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_operator_equal") ? ; let godot_dictionary_to_json = map_option_to_init_error ((* core_1_0) . godot_dictionary_to_json , "API function missing: godot_gdnative_core_api_struct.godot_dictionary_to_json") ? ; let godot_node_path_new = map_option_to_init_error ((* core_1_0) . godot_node_path_new , "API function missing: godot_gdnative_core_api_struct.godot_node_path_new") ? ; let godot_node_path_new_copy = map_option_to_init_error ((* core_1_0) . godot_node_path_new_copy , "API function missing: godot_gdnative_core_api_struct.godot_node_path_new_copy") ? ; let godot_node_path_destroy = map_option_to_init_error ((* core_1_0) . godot_node_path_destroy , "API function missing: godot_gdnative_core_api_struct.godot_node_path_destroy") ? ; let godot_node_path_as_string = map_option_to_init_error ((* core_1_0) . godot_node_path_as_string , "API function missing: godot_gdnative_core_api_struct.godot_node_path_as_string") ? ; let godot_node_path_is_absolute = map_option_to_init_error ((* core_1_0) . godot_node_path_is_absolute , "API function missing: godot_gdnative_core_api_struct.godot_node_path_is_absolute") ? ; let godot_node_path_get_name_count = map_option_to_init_error ((* core_1_0) . godot_node_path_get_name_count , "API function missing: godot_gdnative_core_api_struct.godot_node_path_get_name_count") ? ; let godot_node_path_get_name = map_option_to_init_error ((* core_1_0) . godot_node_path_get_name , "API function missing: godot_gdnative_core_api_struct.godot_node_path_get_name") ? ; let godot_node_path_get_subname_count = map_option_to_init_error ((* core_1_0) . godot_node_path_get_subname_count , "API function missing: godot_gdnative_core_api_struct.godot_node_path_get_subname_count") ? ; let godot_node_path_get_subname = map_option_to_init_error ((* core_1_0) . godot_node_path_get_subname , "API function missing: godot_gdnative_core_api_struct.godot_node_path_get_subname") ? ; let godot_node_path_get_concatenated_subnames = map_option_to_init_error ((* core_1_0) . godot_node_path_get_concatenated_subnames , "API function missing: godot_gdnative_core_api_struct.godot_node_path_get_concatenated_subnames") ? ; let godot_node_path_is_empty = map_option_to_init_error ((* core_1_0) . godot_node_path_is_empty , "API function missing: godot_gdnative_core_api_struct.godot_node_path_is_empty") ? ; let godot_node_path_operator_equal = map_option_to_init_error ((* core_1_0) . godot_node_path_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_node_path_operator_equal") ? ; let godot_plane_new_with_reals = map_option_to_init_error ((* core_1_0) . godot_plane_new_with_reals , "API function missing: godot_gdnative_core_api_struct.godot_plane_new_with_reals") ? ; let godot_plane_new_with_vectors = map_option_to_init_error ((* core_1_0) . godot_plane_new_with_vectors , "API function missing: godot_gdnative_core_api_struct.godot_plane_new_with_vectors") ? ; let godot_plane_new_with_normal = map_option_to_init_error ((* core_1_0) . godot_plane_new_with_normal , "API function missing: godot_gdnative_core_api_struct.godot_plane_new_with_normal") ? ; let godot_plane_as_string = map_option_to_init_error ((* core_1_0) . godot_plane_as_string , "API function missing: godot_gdnative_core_api_struct.godot_plane_as_string") ? ; let godot_plane_normalized = map_option_to_init_error ((* core_1_0) . godot_plane_normalized , "API function missing: godot_gdnative_core_api_struct.godot_plane_normalized") ? ; let godot_plane_center = map_option_to_init_error ((* core_1_0) . godot_plane_center , "API function missing: godot_gdnative_core_api_struct.godot_plane_center") ? ; let godot_plane_get_any_point = map_option_to_init_error ((* core_1_0) . godot_plane_get_any_point , "API function missing: godot_gdnative_core_api_struct.godot_plane_get_any_point") ? ; let godot_plane_is_point_over = map_option_to_init_error ((* core_1_0) . godot_plane_is_point_over , "API function missing: godot_gdnative_core_api_struct.godot_plane_is_point_over") ? ; let godot_plane_distance_to = map_option_to_init_error ((* core_1_0) . godot_plane_distance_to , "API function missing: godot_gdnative_core_api_struct.godot_plane_distance_to") ? ; let godot_plane_has_point = map_option_to_init_error ((* core_1_0) . godot_plane_has_point , "API function missing: godot_gdnative_core_api_struct.godot_plane_has_point") ? ; let godot_plane_project = map_option_to_init_error ((* core_1_0) . godot_plane_project , "API function missing: godot_gdnative_core_api_struct.godot_plane_project") ? ; let godot_plane_intersect_3 = map_option_to_init_error ((* core_1_0) . godot_plane_intersect_3 , "API function missing: godot_gdnative_core_api_struct.godot_plane_intersect_3") ? ; let godot_plane_intersects_ray = map_option_to_init_error ((* core_1_0) . godot_plane_intersects_ray , "API function missing: godot_gdnative_core_api_struct.godot_plane_intersects_ray") ? ; let godot_plane_intersects_segment = map_option_to_init_error ((* core_1_0) . godot_plane_intersects_segment , "API function missing: godot_gdnative_core_api_struct.godot_plane_intersects_segment") ? ; let godot_plane_operator_neg = map_option_to_init_error ((* core_1_0) . godot_plane_operator_neg , "API function missing: godot_gdnative_core_api_struct.godot_plane_operator_neg") ? ; let godot_plane_operator_equal = map_option_to_init_error ((* core_1_0) . godot_plane_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_plane_operator_equal") ? ; let godot_plane_set_normal = map_option_to_init_error ((* core_1_0) . godot_plane_set_normal , "API function missing: godot_gdnative_core_api_struct.godot_plane_set_normal") ? ; let godot_plane_get_normal = map_option_to_init_error ((* core_1_0) . godot_plane_get_normal , "API function missing: godot_gdnative_core_api_struct.godot_plane_get_normal") ? ; let godot_plane_get_d = map_option_to_init_error ((* core_1_0) . godot_plane_get_d , "API function missing: godot_gdnative_core_api_struct.godot_plane_get_d") ? ; let godot_plane_set_d = map_option_to_init_error ((* core_1_0) . godot_plane_set_d , "API function missing: godot_gdnative_core_api_struct.godot_plane_set_d") ? ; let godot_rect2_new_with_position_and_size = map_option_to_init_error ((* core_1_0) . godot_rect2_new_with_position_and_size , "API function missing: godot_gdnative_core_api_struct.godot_rect2_new_with_position_and_size") ? ; let godot_rect2_new = map_option_to_init_error ((* core_1_0) . godot_rect2_new , "API function missing: godot_gdnative_core_api_struct.godot_rect2_new") ? ; let godot_rect2_as_string = map_option_to_init_error ((* core_1_0) . godot_rect2_as_string , "API function missing: godot_gdnative_core_api_struct.godot_rect2_as_string") ? ; let godot_rect2_get_area = map_option_to_init_error ((* core_1_0) . godot_rect2_get_area , "API function missing: godot_gdnative_core_api_struct.godot_rect2_get_area") ? ; let godot_rect2_intersects = map_option_to_init_error ((* core_1_0) . godot_rect2_intersects , "API function missing: godot_gdnative_core_api_struct.godot_rect2_intersects") ? ; let godot_rect2_encloses = map_option_to_init_error ((* core_1_0) . godot_rect2_encloses , "API function missing: godot_gdnative_core_api_struct.godot_rect2_encloses") ? ; let godot_rect2_has_no_area = map_option_to_init_error ((* core_1_0) . godot_rect2_has_no_area , "API function missing: godot_gdnative_core_api_struct.godot_rect2_has_no_area") ? ; let godot_rect2_clip = map_option_to_init_error ((* core_1_0) . godot_rect2_clip , "API function missing: godot_gdnative_core_api_struct.godot_rect2_clip") ? ; let godot_rect2_merge = map_option_to_init_error ((* core_1_0) . godot_rect2_merge , "API function missing: godot_gdnative_core_api_struct.godot_rect2_merge") ? ; let godot_rect2_has_point = map_option_to_init_error ((* core_1_0) . godot_rect2_has_point , "API function missing: godot_gdnative_core_api_struct.godot_rect2_has_point") ? ; let godot_rect2_grow = map_option_to_init_error ((* core_1_0) . godot_rect2_grow , "API function missing: godot_gdnative_core_api_struct.godot_rect2_grow") ? ; let godot_rect2_expand = map_option_to_init_error ((* core_1_0) . godot_rect2_expand , "API function missing: godot_gdnative_core_api_struct.godot_rect2_expand") ? ; let godot_rect2_operator_equal = map_option_to_init_error ((* core_1_0) . godot_rect2_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_rect2_operator_equal") ? ; let godot_rect2_get_position = map_option_to_init_error ((* core_1_0) . godot_rect2_get_position , "API function missing: godot_gdnative_core_api_struct.godot_rect2_get_position") ? ; let godot_rect2_get_size = map_option_to_init_error ((* core_1_0) . godot_rect2_get_size , "API function missing: godot_gdnative_core_api_struct.godot_rect2_get_size") ? ; let godot_rect2_set_position = map_option_to_init_error ((* core_1_0) . godot_rect2_set_position , "API function missing: godot_gdnative_core_api_struct.godot_rect2_set_position") ? ; let godot_rect2_set_size = map_option_to_init_error ((* core_1_0) . godot_rect2_set_size , "API function missing: godot_gdnative_core_api_struct.godot_rect2_set_size") ? ; let godot_aabb_new = map_option_to_init_error ((* core_1_0) . godot_aabb_new , "API function missing: godot_gdnative_core_api_struct.godot_aabb_new") ? ; let godot_aabb_get_position = map_option_to_init_error ((* core_1_0) . godot_aabb_get_position , "API function missing: godot_gdnative_core_api_struct.godot_aabb_get_position") ? ; let godot_aabb_set_position = map_option_to_init_error ((* core_1_0) . godot_aabb_set_position , "API function missing: godot_gdnative_core_api_struct.godot_aabb_set_position") ? ; let godot_aabb_get_size = map_option_to_init_error ((* core_1_0) . godot_aabb_get_size , "API function missing: godot_gdnative_core_api_struct.godot_aabb_get_size") ? ; let godot_aabb_set_size = map_option_to_init_error ((* core_1_0) . godot_aabb_set_size , "API function missing: godot_gdnative_core_api_struct.godot_aabb_set_size") ? ; let godot_aabb_as_string = map_option_to_init_error ((* core_1_0) . godot_aabb_as_string , "API function missing: godot_gdnative_core_api_struct.godot_aabb_as_string") ? ; let godot_aabb_get_area = map_option_to_init_error ((* core_1_0) . godot_aabb_get_area , "API function missing: godot_gdnative_core_api_struct.godot_aabb_get_area") ? ; let godot_aabb_has_no_area = map_option_to_init_error ((* core_1_0) . godot_aabb_has_no_area , "API function missing: godot_gdnative_core_api_struct.godot_aabb_has_no_area") ? ; let godot_aabb_has_no_surface = map_option_to_init_error ((* core_1_0) . godot_aabb_has_no_surface , "API function missing: godot_gdnative_core_api_struct.godot_aabb_has_no_surface") ? ; let godot_aabb_intersects = map_option_to_init_error ((* core_1_0) . godot_aabb_intersects , "API function missing: godot_gdnative_core_api_struct.godot_aabb_intersects") ? ; let godot_aabb_encloses = map_option_to_init_error ((* core_1_0) . godot_aabb_encloses , "API function missing: godot_gdnative_core_api_struct.godot_aabb_encloses") ? ; let godot_aabb_merge = map_option_to_init_error ((* core_1_0) . godot_aabb_merge , "API function missing: godot_gdnative_core_api_struct.godot_aabb_merge") ? ; let godot_aabb_intersection = map_option_to_init_error ((* core_1_0) . godot_aabb_intersection , "API function missing: godot_gdnative_core_api_struct.godot_aabb_intersection") ? ; let godot_aabb_intersects_plane = map_option_to_init_error ((* core_1_0) . godot_aabb_intersects_plane , "API function missing: godot_gdnative_core_api_struct.godot_aabb_intersects_plane") ? ; let godot_aabb_intersects_segment = map_option_to_init_error ((* core_1_0) . godot_aabb_intersects_segment , "API function missing: godot_gdnative_core_api_struct.godot_aabb_intersects_segment") ? ; let godot_aabb_has_point = map_option_to_init_error ((* core_1_0) . godot_aabb_has_point , "API function missing: godot_gdnative_core_api_struct.godot_aabb_has_point") ? ; let godot_aabb_get_support = map_option_to_init_error ((* core_1_0) . godot_aabb_get_support , "API function missing: godot_gdnative_core_api_struct.godot_aabb_get_support") ? ; let godot_aabb_get_longest_axis = map_option_to_init_error ((* core_1_0) . godot_aabb_get_longest_axis , "API function missing: godot_gdnative_core_api_struct.godot_aabb_get_longest_axis") ? ; let godot_aabb_get_longest_axis_index = map_option_to_init_error ((* core_1_0) . godot_aabb_get_longest_axis_index , "API function missing: godot_gdnative_core_api_struct.godot_aabb_get_longest_axis_index") ? ; let godot_aabb_get_longest_axis_size = map_option_to_init_error ((* core_1_0) . godot_aabb_get_longest_axis_size , "API function missing: godot_gdnative_core_api_struct.godot_aabb_get_longest_axis_size") ? ; let godot_aabb_get_shortest_axis = map_option_to_init_error ((* core_1_0) . godot_aabb_get_shortest_axis , "API function missing: godot_gdnative_core_api_struct.godot_aabb_get_shortest_axis") ? ; let godot_aabb_get_shortest_axis_index = map_option_to_init_error ((* core_1_0) . godot_aabb_get_shortest_axis_index , "API function missing: godot_gdnative_core_api_struct.godot_aabb_get_shortest_axis_index") ? ; let godot_aabb_get_shortest_axis_size = map_option_to_init_error ((* core_1_0) . godot_aabb_get_shortest_axis_size , "API function missing: godot_gdnative_core_api_struct.godot_aabb_get_shortest_axis_size") ? ; let godot_aabb_expand = map_option_to_init_error ((* core_1_0) . godot_aabb_expand , "API function missing: godot_gdnative_core_api_struct.godot_aabb_expand") ? ; let godot_aabb_grow = map_option_to_init_error ((* core_1_0) . godot_aabb_grow , "API function missing: godot_gdnative_core_api_struct.godot_aabb_grow") ? ; let godot_aabb_get_endpoint = map_option_to_init_error ((* core_1_0) . godot_aabb_get_endpoint , "API function missing: godot_gdnative_core_api_struct.godot_aabb_get_endpoint") ? ; let godot_aabb_operator_equal = map_option_to_init_error ((* core_1_0) . godot_aabb_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_aabb_operator_equal") ? ; let godot_rid_new = map_option_to_init_error ((* core_1_0) . godot_rid_new , "API function missing: godot_gdnative_core_api_struct.godot_rid_new") ? ; let godot_rid_get_id = map_option_to_init_error ((* core_1_0) . godot_rid_get_id , "API function missing: godot_gdnative_core_api_struct.godot_rid_get_id") ? ; let godot_rid_new_with_resource = map_option_to_init_error ((* core_1_0) . godot_rid_new_with_resource , "API function missing: godot_gdnative_core_api_struct.godot_rid_new_with_resource") ? ; let godot_rid_operator_equal = map_option_to_init_error ((* core_1_0) . godot_rid_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_rid_operator_equal") ? ; let godot_rid_operator_less = map_option_to_init_error ((* core_1_0) . godot_rid_operator_less , "API function missing: godot_gdnative_core_api_struct.godot_rid_operator_less") ? ; let godot_transform_new_with_axis_origin = map_option_to_init_error ((* core_1_0) . godot_transform_new_with_axis_origin , "API function missing: godot_gdnative_core_api_struct.godot_transform_new_with_axis_origin") ? ; let godot_transform_new = map_option_to_init_error ((* core_1_0) . godot_transform_new , "API function missing: godot_gdnative_core_api_struct.godot_transform_new") ? ; let godot_transform_get_basis = map_option_to_init_error ((* core_1_0) . godot_transform_get_basis , "API function missing: godot_gdnative_core_api_struct.godot_transform_get_basis") ? ; let godot_transform_set_basis = map_option_to_init_error ((* core_1_0) . godot_transform_set_basis , "API function missing: godot_gdnative_core_api_struct.godot_transform_set_basis") ? ; let godot_transform_get_origin = map_option_to_init_error ((* core_1_0) . godot_transform_get_origin , "API function missing: godot_gdnative_core_api_struct.godot_transform_get_origin") ? ; let godot_transform_set_origin = map_option_to_init_error ((* core_1_0) . godot_transform_set_origin , "API function missing: godot_gdnative_core_api_struct.godot_transform_set_origin") ? ; let godot_transform_as_string = map_option_to_init_error ((* core_1_0) . godot_transform_as_string , "API function missing: godot_gdnative_core_api_struct.godot_transform_as_string") ? ; let godot_transform_inverse = map_option_to_init_error ((* core_1_0) . godot_transform_inverse , "API function missing: godot_gdnative_core_api_struct.godot_transform_inverse") ? ; let godot_transform_affine_inverse = map_option_to_init_error ((* core_1_0) . godot_transform_affine_inverse , "API function missing: godot_gdnative_core_api_struct.godot_transform_affine_inverse") ? ; let godot_transform_orthonormalized = map_option_to_init_error ((* core_1_0) . godot_transform_orthonormalized , "API function missing: godot_gdnative_core_api_struct.godot_transform_orthonormalized") ? ; let godot_transform_rotated = map_option_to_init_error ((* core_1_0) . godot_transform_rotated , "API function missing: godot_gdnative_core_api_struct.godot_transform_rotated") ? ; let godot_transform_scaled = map_option_to_init_error ((* core_1_0) . godot_transform_scaled , "API function missing: godot_gdnative_core_api_struct.godot_transform_scaled") ? ; let godot_transform_translated = map_option_to_init_error ((* core_1_0) . godot_transform_translated , "API function missing: godot_gdnative_core_api_struct.godot_transform_translated") ? ; let godot_transform_looking_at = map_option_to_init_error ((* core_1_0) . godot_transform_looking_at , "API function missing: godot_gdnative_core_api_struct.godot_transform_looking_at") ? ; let godot_transform_xform_plane = map_option_to_init_error ((* core_1_0) . godot_transform_xform_plane , "API function missing: godot_gdnative_core_api_struct.godot_transform_xform_plane") ? ; let godot_transform_xform_inv_plane = map_option_to_init_error ((* core_1_0) . godot_transform_xform_inv_plane , "API function missing: godot_gdnative_core_api_struct.godot_transform_xform_inv_plane") ? ; let godot_transform_new_identity = map_option_to_init_error ((* core_1_0) . godot_transform_new_identity , "API function missing: godot_gdnative_core_api_struct.godot_transform_new_identity") ? ; let godot_transform_operator_equal = map_option_to_init_error ((* core_1_0) . godot_transform_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_transform_operator_equal") ? ; let godot_transform_operator_multiply = map_option_to_init_error ((* core_1_0) . godot_transform_operator_multiply , "API function missing: godot_gdnative_core_api_struct.godot_transform_operator_multiply") ? ; let godot_transform_xform_vector3 = map_option_to_init_error ((* core_1_0) . godot_transform_xform_vector3 , "API function missing: godot_gdnative_core_api_struct.godot_transform_xform_vector3") ? ; let godot_transform_xform_inv_vector3 = map_option_to_init_error ((* core_1_0) . godot_transform_xform_inv_vector3 , "API function missing: godot_gdnative_core_api_struct.godot_transform_xform_inv_vector3") ? ; let godot_transform_xform_aabb = map_option_to_init_error ((* core_1_0) . godot_transform_xform_aabb , "API function missing: godot_gdnative_core_api_struct.godot_transform_xform_aabb") ? ; let godot_transform_xform_inv_aabb = map_option_to_init_error ((* core_1_0) . godot_transform_xform_inv_aabb , "API function missing: godot_gdnative_core_api_struct.godot_transform_xform_inv_aabb") ? ; let godot_transform2d_new = map_option_to_init_error ((* core_1_0) . godot_transform2d_new , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_new") ? ; let godot_transform2d_new_axis_origin = map_option_to_init_error ((* core_1_0) . godot_transform2d_new_axis_origin , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_new_axis_origin") ? ; let godot_transform2d_as_string = map_option_to_init_error ((* core_1_0) . godot_transform2d_as_string , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_as_string") ? ; let godot_transform2d_inverse = map_option_to_init_error ((* core_1_0) . godot_transform2d_inverse , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_inverse") ? ; let godot_transform2d_affine_inverse = map_option_to_init_error ((* core_1_0) . godot_transform2d_affine_inverse , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_affine_inverse") ? ; let godot_transform2d_get_rotation = map_option_to_init_error ((* core_1_0) . godot_transform2d_get_rotation , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_get_rotation") ? ; let godot_transform2d_get_origin = map_option_to_init_error ((* core_1_0) . godot_transform2d_get_origin , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_get_origin") ? ; let godot_transform2d_get_scale = map_option_to_init_error ((* core_1_0) . godot_transform2d_get_scale , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_get_scale") ? ; let godot_transform2d_orthonormalized = map_option_to_init_error ((* core_1_0) . godot_transform2d_orthonormalized , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_orthonormalized") ? ; let godot_transform2d_rotated = map_option_to_init_error ((* core_1_0) . godot_transform2d_rotated , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_rotated") ? ; let godot_transform2d_scaled = map_option_to_init_error ((* core_1_0) . godot_transform2d_scaled , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_scaled") ? ; let godot_transform2d_translated = map_option_to_init_error ((* core_1_0) . godot_transform2d_translated , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_translated") ? ; let godot_transform2d_xform_vector2 = map_option_to_init_error ((* core_1_0) . godot_transform2d_xform_vector2 , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_xform_vector2") ? ; let godot_transform2d_xform_inv_vector2 = map_option_to_init_error ((* core_1_0) . godot_transform2d_xform_inv_vector2 , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_xform_inv_vector2") ? ; let godot_transform2d_basis_xform_vector2 = map_option_to_init_error ((* core_1_0) . godot_transform2d_basis_xform_vector2 , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_basis_xform_vector2") ? ; let godot_transform2d_basis_xform_inv_vector2 = map_option_to_init_error ((* core_1_0) . godot_transform2d_basis_xform_inv_vector2 , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_basis_xform_inv_vector2") ? ; let godot_transform2d_interpolate_with = map_option_to_init_error ((* core_1_0) . godot_transform2d_interpolate_with , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_interpolate_with") ? ; let godot_transform2d_operator_equal = map_option_to_init_error ((* core_1_0) . godot_transform2d_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_operator_equal") ? ; let godot_transform2d_operator_multiply = map_option_to_init_error ((* core_1_0) . godot_transform2d_operator_multiply , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_operator_multiply") ? ; let godot_transform2d_new_identity = map_option_to_init_error ((* core_1_0) . godot_transform2d_new_identity , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_new_identity") ? ; let godot_transform2d_xform_rect2 = map_option_to_init_error ((* core_1_0) . godot_transform2d_xform_rect2 , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_xform_rect2") ? ; let godot_transform2d_xform_inv_rect2 = map_option_to_init_error ((* core_1_0) . godot_transform2d_xform_inv_rect2 , "API function missing: godot_gdnative_core_api_struct.godot_transform2d_xform_inv_rect2") ? ; let godot_variant_get_type = map_option_to_init_error ((* core_1_0) . godot_variant_get_type , "API function missing: godot_gdnative_core_api_struct.godot_variant_get_type") ? ; let godot_variant_new_copy = map_option_to_init_error ((* core_1_0) . godot_variant_new_copy , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_copy") ? ; let godot_variant_new_nil = map_option_to_init_error ((* core_1_0) . godot_variant_new_nil , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_nil") ? ; let godot_variant_new_bool = map_option_to_init_error ((* core_1_0) . godot_variant_new_bool , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_bool") ? ; let godot_variant_new_uint = map_option_to_init_error ((* core_1_0) . godot_variant_new_uint , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_uint") ? ; let godot_variant_new_int = map_option_to_init_error ((* core_1_0) . godot_variant_new_int , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_int") ? ; let godot_variant_new_real = map_option_to_init_error ((* core_1_0) . godot_variant_new_real , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_real") ? ; let godot_variant_new_string = map_option_to_init_error ((* core_1_0) . godot_variant_new_string , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_string") ? ; let godot_variant_new_vector2 = map_option_to_init_error ((* core_1_0) . godot_variant_new_vector2 , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_vector2") ? ; let godot_variant_new_rect2 = map_option_to_init_error ((* core_1_0) . godot_variant_new_rect2 , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_rect2") ? ; let godot_variant_new_vector3 = map_option_to_init_error ((* core_1_0) . godot_variant_new_vector3 , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_vector3") ? ; let godot_variant_new_transform2d = map_option_to_init_error ((* core_1_0) . godot_variant_new_transform2d , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_transform2d") ? ; let godot_variant_new_plane = map_option_to_init_error ((* core_1_0) . godot_variant_new_plane , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_plane") ? ; let godot_variant_new_quat = map_option_to_init_error ((* core_1_0) . godot_variant_new_quat , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_quat") ? ; let godot_variant_new_aabb = map_option_to_init_error ((* core_1_0) . godot_variant_new_aabb , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_aabb") ? ; let godot_variant_new_basis = map_option_to_init_error ((* core_1_0) . godot_variant_new_basis , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_basis") ? ; let godot_variant_new_transform = map_option_to_init_error ((* core_1_0) . godot_variant_new_transform , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_transform") ? ; let godot_variant_new_color = map_option_to_init_error ((* core_1_0) . godot_variant_new_color , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_color") ? ; let godot_variant_new_node_path = map_option_to_init_error ((* core_1_0) . godot_variant_new_node_path , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_node_path") ? ; let godot_variant_new_rid = map_option_to_init_error ((* core_1_0) . godot_variant_new_rid , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_rid") ? ; let godot_variant_new_object = map_option_to_init_error ((* core_1_0) . godot_variant_new_object , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_object") ? ; let godot_variant_new_dictionary = map_option_to_init_error ((* core_1_0) . godot_variant_new_dictionary , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_dictionary") ? ; let godot_variant_new_array = map_option_to_init_error ((* core_1_0) . godot_variant_new_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_array") ? ; let godot_variant_new_pool_byte_array = map_option_to_init_error ((* core_1_0) . godot_variant_new_pool_byte_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_pool_byte_array") ? ; let godot_variant_new_pool_int_array = map_option_to_init_error ((* core_1_0) . godot_variant_new_pool_int_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_pool_int_array") ? ; let godot_variant_new_pool_real_array = map_option_to_init_error ((* core_1_0) . godot_variant_new_pool_real_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_pool_real_array") ? ; let godot_variant_new_pool_string_array = map_option_to_init_error ((* core_1_0) . godot_variant_new_pool_string_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_pool_string_array") ? ; let godot_variant_new_pool_vector2_array = map_option_to_init_error ((* core_1_0) . godot_variant_new_pool_vector2_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_pool_vector2_array") ? ; let godot_variant_new_pool_vector3_array = map_option_to_init_error ((* core_1_0) . godot_variant_new_pool_vector3_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_pool_vector3_array") ? ; let godot_variant_new_pool_color_array = map_option_to_init_error ((* core_1_0) . godot_variant_new_pool_color_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_new_pool_color_array") ? ; let godot_variant_as_bool = map_option_to_init_error ((* core_1_0) . godot_variant_as_bool , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_bool") ? ; let godot_variant_as_uint = map_option_to_init_error ((* core_1_0) . godot_variant_as_uint , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_uint") ? ; let godot_variant_as_int = map_option_to_init_error ((* core_1_0) . godot_variant_as_int , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_int") ? ; let godot_variant_as_real = map_option_to_init_error ((* core_1_0) . godot_variant_as_real , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_real") ? ; let godot_variant_as_string = map_option_to_init_error ((* core_1_0) . godot_variant_as_string , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_string") ? ; let godot_variant_as_vector2 = map_option_to_init_error ((* core_1_0) . godot_variant_as_vector2 , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_vector2") ? ; let godot_variant_as_rect2 = map_option_to_init_error ((* core_1_0) . godot_variant_as_rect2 , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_rect2") ? ; let godot_variant_as_vector3 = map_option_to_init_error ((* core_1_0) . godot_variant_as_vector3 , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_vector3") ? ; let godot_variant_as_transform2d = map_option_to_init_error ((* core_1_0) . godot_variant_as_transform2d , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_transform2d") ? ; let godot_variant_as_plane = map_option_to_init_error ((* core_1_0) . godot_variant_as_plane , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_plane") ? ; let godot_variant_as_quat = map_option_to_init_error ((* core_1_0) . godot_variant_as_quat , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_quat") ? ; let godot_variant_as_aabb = map_option_to_init_error ((* core_1_0) . godot_variant_as_aabb , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_aabb") ? ; let godot_variant_as_basis = map_option_to_init_error ((* core_1_0) . godot_variant_as_basis , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_basis") ? ; let godot_variant_as_transform = map_option_to_init_error ((* core_1_0) . godot_variant_as_transform , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_transform") ? ; let godot_variant_as_color = map_option_to_init_error ((* core_1_0) . godot_variant_as_color , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_color") ? ; let godot_variant_as_node_path = map_option_to_init_error ((* core_1_0) . godot_variant_as_node_path , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_node_path") ? ; let godot_variant_as_rid = map_option_to_init_error ((* core_1_0) . godot_variant_as_rid , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_rid") ? ; let godot_variant_as_object = map_option_to_init_error ((* core_1_0) . godot_variant_as_object , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_object") ? ; let godot_variant_as_dictionary = map_option_to_init_error ((* core_1_0) . godot_variant_as_dictionary , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_dictionary") ? ; let godot_variant_as_array = map_option_to_init_error ((* core_1_0) . godot_variant_as_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_array") ? ; let godot_variant_as_pool_byte_array = map_option_to_init_error ((* core_1_0) . godot_variant_as_pool_byte_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_pool_byte_array") ? ; let godot_variant_as_pool_int_array = map_option_to_init_error ((* core_1_0) . godot_variant_as_pool_int_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_pool_int_array") ? ; let godot_variant_as_pool_real_array = map_option_to_init_error ((* core_1_0) . godot_variant_as_pool_real_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_pool_real_array") ? ; let godot_variant_as_pool_string_array = map_option_to_init_error ((* core_1_0) . godot_variant_as_pool_string_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_pool_string_array") ? ; let godot_variant_as_pool_vector2_array = map_option_to_init_error ((* core_1_0) . godot_variant_as_pool_vector2_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_pool_vector2_array") ? ; let godot_variant_as_pool_vector3_array = map_option_to_init_error ((* core_1_0) . godot_variant_as_pool_vector3_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_pool_vector3_array") ? ; let godot_variant_as_pool_color_array = map_option_to_init_error ((* core_1_0) . godot_variant_as_pool_color_array , "API function missing: godot_gdnative_core_api_struct.godot_variant_as_pool_color_array") ? ; let godot_variant_call = map_option_to_init_error ((* core_1_0) . godot_variant_call , "API function missing: godot_gdnative_core_api_struct.godot_variant_call") ? ; let godot_variant_has_method = map_option_to_init_error ((* core_1_0) . godot_variant_has_method , "API function missing: godot_gdnative_core_api_struct.godot_variant_has_method") ? ; let godot_variant_operator_equal = map_option_to_init_error ((* core_1_0) . godot_variant_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_variant_operator_equal") ? ; let godot_variant_operator_less = map_option_to_init_error ((* core_1_0) . godot_variant_operator_less , "API function missing: godot_gdnative_core_api_struct.godot_variant_operator_less") ? ; let godot_variant_hash_compare = map_option_to_init_error ((* core_1_0) . godot_variant_hash_compare , "API function missing: godot_gdnative_core_api_struct.godot_variant_hash_compare") ? ; let godot_variant_booleanize = map_option_to_init_error ((* core_1_0) . godot_variant_booleanize , "API function missing: godot_gdnative_core_api_struct.godot_variant_booleanize") ? ; let godot_variant_destroy = map_option_to_init_error ((* core_1_0) . godot_variant_destroy , "API function missing: godot_gdnative_core_api_struct.godot_variant_destroy") ? ; let godot_char_string_length = map_option_to_init_error ((* core_1_0) . godot_char_string_length , "API function missing: godot_gdnative_core_api_struct.godot_char_string_length") ? ; let godot_char_string_get_data = map_option_to_init_error ((* core_1_0) . godot_char_string_get_data , "API function missing: godot_gdnative_core_api_struct.godot_char_string_get_data") ? ; let godot_char_string_destroy = map_option_to_init_error ((* core_1_0) . godot_char_string_destroy , "API function missing: godot_gdnative_core_api_struct.godot_char_string_destroy") ? ; let godot_string_new = map_option_to_init_error ((* core_1_0) . godot_string_new , "API function missing: godot_gdnative_core_api_struct.godot_string_new") ? ; let godot_string_new_copy = map_option_to_init_error ((* core_1_0) . godot_string_new_copy , "API function missing: godot_gdnative_core_api_struct.godot_string_new_copy") ? ; let godot_string_new_with_wide_string = map_option_to_init_error ((* core_1_0) . godot_string_new_with_wide_string , "API function missing: godot_gdnative_core_api_struct.godot_string_new_with_wide_string") ? ; let godot_string_operator_index = map_option_to_init_error ((* core_1_0) . godot_string_operator_index , "API function missing: godot_gdnative_core_api_struct.godot_string_operator_index") ? ; let godot_string_operator_index_const = map_option_to_init_error ((* core_1_0) . godot_string_operator_index_const , "API function missing: godot_gdnative_core_api_struct.godot_string_operator_index_const") ? ; let godot_string_wide_str = map_option_to_init_error ((* core_1_0) . godot_string_wide_str , "API function missing: godot_gdnative_core_api_struct.godot_string_wide_str") ? ; let godot_string_operator_equal = map_option_to_init_error ((* core_1_0) . godot_string_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_string_operator_equal") ? ; let godot_string_operator_less = map_option_to_init_error ((* core_1_0) . godot_string_operator_less , "API function missing: godot_gdnative_core_api_struct.godot_string_operator_less") ? ; let godot_string_operator_plus = map_option_to_init_error ((* core_1_0) . godot_string_operator_plus , "API function missing: godot_gdnative_core_api_struct.godot_string_operator_plus") ? ; let godot_string_length = map_option_to_init_error ((* core_1_0) . godot_string_length , "API function missing: godot_gdnative_core_api_struct.godot_string_length") ? ; let godot_string_casecmp_to = map_option_to_init_error ((* core_1_0) . godot_string_casecmp_to , "API function missing: godot_gdnative_core_api_struct.godot_string_casecmp_to") ? ; let godot_string_nocasecmp_to = map_option_to_init_error ((* core_1_0) . godot_string_nocasecmp_to , "API function missing: godot_gdnative_core_api_struct.godot_string_nocasecmp_to") ? ; let godot_string_naturalnocasecmp_to = map_option_to_init_error ((* core_1_0) . godot_string_naturalnocasecmp_to , "API function missing: godot_gdnative_core_api_struct.godot_string_naturalnocasecmp_to") ? ; let godot_string_begins_with = map_option_to_init_error ((* core_1_0) . godot_string_begins_with , "API function missing: godot_gdnative_core_api_struct.godot_string_begins_with") ? ; let godot_string_begins_with_char_array = map_option_to_init_error ((* core_1_0) . godot_string_begins_with_char_array , "API function missing: godot_gdnative_core_api_struct.godot_string_begins_with_char_array") ? ; let godot_string_bigrams = map_option_to_init_error ((* core_1_0) . godot_string_bigrams , "API function missing: godot_gdnative_core_api_struct.godot_string_bigrams") ? ; let godot_string_chr = map_option_to_init_error ((* core_1_0) . godot_string_chr , "API function missing: godot_gdnative_core_api_struct.godot_string_chr") ? ; let godot_string_ends_with = map_option_to_init_error ((* core_1_0) . godot_string_ends_with , "API function missing: godot_gdnative_core_api_struct.godot_string_ends_with") ? ; let godot_string_find = map_option_to_init_error ((* core_1_0) . godot_string_find , "API function missing: godot_gdnative_core_api_struct.godot_string_find") ? ; let godot_string_find_from = map_option_to_init_error ((* core_1_0) . godot_string_find_from , "API function missing: godot_gdnative_core_api_struct.godot_string_find_from") ? ; let godot_string_findmk = map_option_to_init_error ((* core_1_0) . godot_string_findmk , "API function missing: godot_gdnative_core_api_struct.godot_string_findmk") ? ; let godot_string_findmk_from = map_option_to_init_error ((* core_1_0) . godot_string_findmk_from , "API function missing: godot_gdnative_core_api_struct.godot_string_findmk_from") ? ; let godot_string_findmk_from_in_place = map_option_to_init_error ((* core_1_0) . godot_string_findmk_from_in_place , "API function missing: godot_gdnative_core_api_struct.godot_string_findmk_from_in_place") ? ; let godot_string_findn = map_option_to_init_error ((* core_1_0) . godot_string_findn , "API function missing: godot_gdnative_core_api_struct.godot_string_findn") ? ; let godot_string_findn_from = map_option_to_init_error ((* core_1_0) . godot_string_findn_from , "API function missing: godot_gdnative_core_api_struct.godot_string_findn_from") ? ; let godot_string_find_last = map_option_to_init_error ((* core_1_0) . godot_string_find_last , "API function missing: godot_gdnative_core_api_struct.godot_string_find_last") ? ; let godot_string_format = map_option_to_init_error ((* core_1_0) . godot_string_format , "API function missing: godot_gdnative_core_api_struct.godot_string_format") ? ; let godot_string_format_with_custom_placeholder = map_option_to_init_error ((* core_1_0) . godot_string_format_with_custom_placeholder , "API function missing: godot_gdnative_core_api_struct.godot_string_format_with_custom_placeholder") ? ; let godot_string_hex_encode_buffer = map_option_to_init_error ((* core_1_0) . godot_string_hex_encode_buffer , "API function missing: godot_gdnative_core_api_struct.godot_string_hex_encode_buffer") ? ; let godot_string_hex_to_int = map_option_to_init_error ((* core_1_0) . godot_string_hex_to_int , "API function missing: godot_gdnative_core_api_struct.godot_string_hex_to_int") ? ; let godot_string_hex_to_int_without_prefix = map_option_to_init_error ((* core_1_0) . godot_string_hex_to_int_without_prefix , "API function missing: godot_gdnative_core_api_struct.godot_string_hex_to_int_without_prefix") ? ; let godot_string_insert = map_option_to_init_error ((* core_1_0) . godot_string_insert , "API function missing: godot_gdnative_core_api_struct.godot_string_insert") ? ; let godot_string_is_numeric = map_option_to_init_error ((* core_1_0) . godot_string_is_numeric , "API function missing: godot_gdnative_core_api_struct.godot_string_is_numeric") ? ; let godot_string_is_subsequence_of = map_option_to_init_error ((* core_1_0) . godot_string_is_subsequence_of , "API function missing: godot_gdnative_core_api_struct.godot_string_is_subsequence_of") ? ; let godot_string_is_subsequence_ofi = map_option_to_init_error ((* core_1_0) . godot_string_is_subsequence_ofi , "API function missing: godot_gdnative_core_api_struct.godot_string_is_subsequence_ofi") ? ; let godot_string_lpad = map_option_to_init_error ((* core_1_0) . godot_string_lpad , "API function missing: godot_gdnative_core_api_struct.godot_string_lpad") ? ; let godot_string_lpad_with_custom_character = map_option_to_init_error ((* core_1_0) . godot_string_lpad_with_custom_character , "API function missing: godot_gdnative_core_api_struct.godot_string_lpad_with_custom_character") ? ; let godot_string_match = map_option_to_init_error ((* core_1_0) . godot_string_match , "API function missing: godot_gdnative_core_api_struct.godot_string_match") ? ; let godot_string_matchn = map_option_to_init_error ((* core_1_0) . godot_string_matchn , "API function missing: godot_gdnative_core_api_struct.godot_string_matchn") ? ; let godot_string_md5 = map_option_to_init_error ((* core_1_0) . godot_string_md5 , "API function missing: godot_gdnative_core_api_struct.godot_string_md5") ? ; let godot_string_num = map_option_to_init_error ((* core_1_0) . godot_string_num , "API function missing: godot_gdnative_core_api_struct.godot_string_num") ? ; let godot_string_num_int64 = map_option_to_init_error ((* core_1_0) . godot_string_num_int64 , "API function missing: godot_gdnative_core_api_struct.godot_string_num_int64") ? ; let godot_string_num_int64_capitalized = map_option_to_init_error ((* core_1_0) . godot_string_num_int64_capitalized , "API function missing: godot_gdnative_core_api_struct.godot_string_num_int64_capitalized") ? ; let godot_string_num_real = map_option_to_init_error ((* core_1_0) . godot_string_num_real , "API function missing: godot_gdnative_core_api_struct.godot_string_num_real") ? ; let godot_string_num_scientific = map_option_to_init_error ((* core_1_0) . godot_string_num_scientific , "API function missing: godot_gdnative_core_api_struct.godot_string_num_scientific") ? ; let godot_string_num_with_decimals = map_option_to_init_error ((* core_1_0) . godot_string_num_with_decimals , "API function missing: godot_gdnative_core_api_struct.godot_string_num_with_decimals") ? ; let godot_string_pad_decimals = map_option_to_init_error ((* core_1_0) . godot_string_pad_decimals , "API function missing: godot_gdnative_core_api_struct.godot_string_pad_decimals") ? ; let godot_string_pad_zeros = map_option_to_init_error ((* core_1_0) . godot_string_pad_zeros , "API function missing: godot_gdnative_core_api_struct.godot_string_pad_zeros") ? ; let godot_string_replace_first = map_option_to_init_error ((* core_1_0) . godot_string_replace_first , "API function missing: godot_gdnative_core_api_struct.godot_string_replace_first") ? ; let godot_string_replace = map_option_to_init_error ((* core_1_0) . godot_string_replace , "API function missing: godot_gdnative_core_api_struct.godot_string_replace") ? ; let godot_string_replacen = map_option_to_init_error ((* core_1_0) . godot_string_replacen , "API function missing: godot_gdnative_core_api_struct.godot_string_replacen") ? ; let godot_string_rfind = map_option_to_init_error ((* core_1_0) . godot_string_rfind , "API function missing: godot_gdnative_core_api_struct.godot_string_rfind") ? ; let godot_string_rfindn = map_option_to_init_error ((* core_1_0) . godot_string_rfindn , "API function missing: godot_gdnative_core_api_struct.godot_string_rfindn") ? ; let godot_string_rfind_from = map_option_to_init_error ((* core_1_0) . godot_string_rfind_from , "API function missing: godot_gdnative_core_api_struct.godot_string_rfind_from") ? ; let godot_string_rfindn_from = map_option_to_init_error ((* core_1_0) . godot_string_rfindn_from , "API function missing: godot_gdnative_core_api_struct.godot_string_rfindn_from") ? ; let godot_string_rpad = map_option_to_init_error ((* core_1_0) . godot_string_rpad , "API function missing: godot_gdnative_core_api_struct.godot_string_rpad") ? ; let godot_string_rpad_with_custom_character = map_option_to_init_error ((* core_1_0) . godot_string_rpad_with_custom_character , "API function missing: godot_gdnative_core_api_struct.godot_string_rpad_with_custom_character") ? ; let godot_string_similarity = map_option_to_init_error ((* core_1_0) . godot_string_similarity , "API function missing: godot_gdnative_core_api_struct.godot_string_similarity") ? ; let godot_string_sprintf = map_option_to_init_error ((* core_1_0) . godot_string_sprintf , "API function missing: godot_gdnative_core_api_struct.godot_string_sprintf") ? ; let godot_string_substr = map_option_to_init_error ((* core_1_0) . godot_string_substr , "API function missing: godot_gdnative_core_api_struct.godot_string_substr") ? ; let godot_string_to_double = map_option_to_init_error ((* core_1_0) . godot_string_to_double , "API function missing: godot_gdnative_core_api_struct.godot_string_to_double") ? ; let godot_string_to_float = map_option_to_init_error ((* core_1_0) . godot_string_to_float , "API function missing: godot_gdnative_core_api_struct.godot_string_to_float") ? ; let godot_string_to_int = map_option_to_init_error ((* core_1_0) . godot_string_to_int , "API function missing: godot_gdnative_core_api_struct.godot_string_to_int") ? ; let godot_string_camelcase_to_underscore = map_option_to_init_error ((* core_1_0) . godot_string_camelcase_to_underscore , "API function missing: godot_gdnative_core_api_struct.godot_string_camelcase_to_underscore") ? ; let godot_string_camelcase_to_underscore_lowercased = map_option_to_init_error ((* core_1_0) . godot_string_camelcase_to_underscore_lowercased , "API function missing: godot_gdnative_core_api_struct.godot_string_camelcase_to_underscore_lowercased") ? ; let godot_string_capitalize = map_option_to_init_error ((* core_1_0) . godot_string_capitalize , "API function missing: godot_gdnative_core_api_struct.godot_string_capitalize") ? ; let godot_string_char_to_double = map_option_to_init_error ((* core_1_0) . godot_string_char_to_double , "API function missing: godot_gdnative_core_api_struct.godot_string_char_to_double") ? ; let godot_string_char_to_int = map_option_to_init_error ((* core_1_0) . godot_string_char_to_int , "API function missing: godot_gdnative_core_api_struct.godot_string_char_to_int") ? ; let godot_string_wchar_to_int = map_option_to_init_error ((* core_1_0) . godot_string_wchar_to_int , "API function missing: godot_gdnative_core_api_struct.godot_string_wchar_to_int") ? ; let godot_string_char_to_int_with_len = map_option_to_init_error ((* core_1_0) . godot_string_char_to_int_with_len , "API function missing: godot_gdnative_core_api_struct.godot_string_char_to_int_with_len") ? ; let godot_string_char_to_int64_with_len = map_option_to_init_error ((* core_1_0) . godot_string_char_to_int64_with_len , "API function missing: godot_gdnative_core_api_struct.godot_string_char_to_int64_with_len") ? ; let godot_string_hex_to_int64 = map_option_to_init_error ((* core_1_0) . godot_string_hex_to_int64 , "API function missing: godot_gdnative_core_api_struct.godot_string_hex_to_int64") ? ; let godot_string_hex_to_int64_with_prefix = map_option_to_init_error ((* core_1_0) . godot_string_hex_to_int64_with_prefix , "API function missing: godot_gdnative_core_api_struct.godot_string_hex_to_int64_with_prefix") ? ; let godot_string_to_int64 = map_option_to_init_error ((* core_1_0) . godot_string_to_int64 , "API function missing: godot_gdnative_core_api_struct.godot_string_to_int64") ? ; let godot_string_unicode_char_to_double = map_option_to_init_error ((* core_1_0) . godot_string_unicode_char_to_double , "API function missing: godot_gdnative_core_api_struct.godot_string_unicode_char_to_double") ? ; let godot_string_get_slice_count = map_option_to_init_error ((* core_1_0) . godot_string_get_slice_count , "API function missing: godot_gdnative_core_api_struct.godot_string_get_slice_count") ? ; let godot_string_get_slice = map_option_to_init_error ((* core_1_0) . godot_string_get_slice , "API function missing: godot_gdnative_core_api_struct.godot_string_get_slice") ? ; let godot_string_get_slicec = map_option_to_init_error ((* core_1_0) . godot_string_get_slicec , "API function missing: godot_gdnative_core_api_struct.godot_string_get_slicec") ? ; let godot_string_split = map_option_to_init_error ((* core_1_0) . godot_string_split , "API function missing: godot_gdnative_core_api_struct.godot_string_split") ? ; let godot_string_split_allow_empty = map_option_to_init_error ((* core_1_0) . godot_string_split_allow_empty , "API function missing: godot_gdnative_core_api_struct.godot_string_split_allow_empty") ? ; let godot_string_split_floats = map_option_to_init_error ((* core_1_0) . godot_string_split_floats , "API function missing: godot_gdnative_core_api_struct.godot_string_split_floats") ? ; let godot_string_split_floats_allows_empty = map_option_to_init_error ((* core_1_0) . godot_string_split_floats_allows_empty , "API function missing: godot_gdnative_core_api_struct.godot_string_split_floats_allows_empty") ? ; let godot_string_split_floats_mk = map_option_to_init_error ((* core_1_0) . godot_string_split_floats_mk , "API function missing: godot_gdnative_core_api_struct.godot_string_split_floats_mk") ? ; let godot_string_split_floats_mk_allows_empty = map_option_to_init_error ((* core_1_0) . godot_string_split_floats_mk_allows_empty , "API function missing: godot_gdnative_core_api_struct.godot_string_split_floats_mk_allows_empty") ? ; let godot_string_split_ints = map_option_to_init_error ((* core_1_0) . godot_string_split_ints , "API function missing: godot_gdnative_core_api_struct.godot_string_split_ints") ? ; let godot_string_split_ints_allows_empty = map_option_to_init_error ((* core_1_0) . godot_string_split_ints_allows_empty , "API function missing: godot_gdnative_core_api_struct.godot_string_split_ints_allows_empty") ? ; let godot_string_split_ints_mk = map_option_to_init_error ((* core_1_0) . godot_string_split_ints_mk , "API function missing: godot_gdnative_core_api_struct.godot_string_split_ints_mk") ? ; let godot_string_split_ints_mk_allows_empty = map_option_to_init_error ((* core_1_0) . godot_string_split_ints_mk_allows_empty , "API function missing: godot_gdnative_core_api_struct.godot_string_split_ints_mk_allows_empty") ? ; let godot_string_split_spaces = map_option_to_init_error ((* core_1_0) . godot_string_split_spaces , "API function missing: godot_gdnative_core_api_struct.godot_string_split_spaces") ? ; let godot_string_char_lowercase = map_option_to_init_error ((* core_1_0) . godot_string_char_lowercase , "API function missing: godot_gdnative_core_api_struct.godot_string_char_lowercase") ? ; let godot_string_char_uppercase = map_option_to_init_error ((* core_1_0) . godot_string_char_uppercase , "API function missing: godot_gdnative_core_api_struct.godot_string_char_uppercase") ? ; let godot_string_to_lower = map_option_to_init_error ((* core_1_0) . godot_string_to_lower , "API function missing: godot_gdnative_core_api_struct.godot_string_to_lower") ? ; let godot_string_to_upper = map_option_to_init_error ((* core_1_0) . godot_string_to_upper , "API function missing: godot_gdnative_core_api_struct.godot_string_to_upper") ? ; let godot_string_get_basename = map_option_to_init_error ((* core_1_0) . godot_string_get_basename , "API function missing: godot_gdnative_core_api_struct.godot_string_get_basename") ? ; let godot_string_get_extension = map_option_to_init_error ((* core_1_0) . godot_string_get_extension , "API function missing: godot_gdnative_core_api_struct.godot_string_get_extension") ? ; let godot_string_left = map_option_to_init_error ((* core_1_0) . godot_string_left , "API function missing: godot_gdnative_core_api_struct.godot_string_left") ? ; let godot_string_ord_at = map_option_to_init_error ((* core_1_0) . godot_string_ord_at , "API function missing: godot_gdnative_core_api_struct.godot_string_ord_at") ? ; let godot_string_plus_file = map_option_to_init_error ((* core_1_0) . godot_string_plus_file , "API function missing: godot_gdnative_core_api_struct.godot_string_plus_file") ? ; let godot_string_right = map_option_to_init_error ((* core_1_0) . godot_string_right , "API function missing: godot_gdnative_core_api_struct.godot_string_right") ? ; let godot_string_strip_edges = map_option_to_init_error ((* core_1_0) . godot_string_strip_edges , "API function missing: godot_gdnative_core_api_struct.godot_string_strip_edges") ? ; let godot_string_strip_escapes = map_option_to_init_error ((* core_1_0) . godot_string_strip_escapes , "API function missing: godot_gdnative_core_api_struct.godot_string_strip_escapes") ? ; let godot_string_erase = map_option_to_init_error ((* core_1_0) . godot_string_erase , "API function missing: godot_gdnative_core_api_struct.godot_string_erase") ? ; let godot_string_ascii = map_option_to_init_error ((* core_1_0) . godot_string_ascii , "API function missing: godot_gdnative_core_api_struct.godot_string_ascii") ? ; let godot_string_ascii_extended = map_option_to_init_error ((* core_1_0) . godot_string_ascii_extended , "API function missing: godot_gdnative_core_api_struct.godot_string_ascii_extended") ? ; let godot_string_utf8 = map_option_to_init_error ((* core_1_0) . godot_string_utf8 , "API function missing: godot_gdnative_core_api_struct.godot_string_utf8") ? ; let godot_string_parse_utf8 = map_option_to_init_error ((* core_1_0) . godot_string_parse_utf8 , "API function missing: godot_gdnative_core_api_struct.godot_string_parse_utf8") ? ; let godot_string_parse_utf8_with_len = map_option_to_init_error ((* core_1_0) . godot_string_parse_utf8_with_len , "API function missing: godot_gdnative_core_api_struct.godot_string_parse_utf8_with_len") ? ; let godot_string_chars_to_utf8 = map_option_to_init_error ((* core_1_0) . godot_string_chars_to_utf8 , "API function missing: godot_gdnative_core_api_struct.godot_string_chars_to_utf8") ? ; let godot_string_chars_to_utf8_with_len = map_option_to_init_error ((* core_1_0) . godot_string_chars_to_utf8_with_len , "API function missing: godot_gdnative_core_api_struct.godot_string_chars_to_utf8_with_len") ? ; let godot_string_hash = map_option_to_init_error ((* core_1_0) . godot_string_hash , "API function missing: godot_gdnative_core_api_struct.godot_string_hash") ? ; let godot_string_hash64 = map_option_to_init_error ((* core_1_0) . godot_string_hash64 , "API function missing: godot_gdnative_core_api_struct.godot_string_hash64") ? ; let godot_string_hash_chars = map_option_to_init_error ((* core_1_0) . godot_string_hash_chars , "API function missing: godot_gdnative_core_api_struct.godot_string_hash_chars") ? ; let godot_string_hash_chars_with_len = map_option_to_init_error ((* core_1_0) . godot_string_hash_chars_with_len , "API function missing: godot_gdnative_core_api_struct.godot_string_hash_chars_with_len") ? ; let godot_string_hash_utf8_chars = map_option_to_init_error ((* core_1_0) . godot_string_hash_utf8_chars , "API function missing: godot_gdnative_core_api_struct.godot_string_hash_utf8_chars") ? ; let godot_string_hash_utf8_chars_with_len = map_option_to_init_error ((* core_1_0) . godot_string_hash_utf8_chars_with_len , "API function missing: godot_gdnative_core_api_struct.godot_string_hash_utf8_chars_with_len") ? ; let godot_string_md5_buffer = map_option_to_init_error ((* core_1_0) . godot_string_md5_buffer , "API function missing: godot_gdnative_core_api_struct.godot_string_md5_buffer") ? ; let godot_string_md5_text = map_option_to_init_error ((* core_1_0) . godot_string_md5_text , "API function missing: godot_gdnative_core_api_struct.godot_string_md5_text") ? ; let godot_string_sha256_buffer = map_option_to_init_error ((* core_1_0) . godot_string_sha256_buffer , "API function missing: godot_gdnative_core_api_struct.godot_string_sha256_buffer") ? ; let godot_string_sha256_text = map_option_to_init_error ((* core_1_0) . godot_string_sha256_text , "API function missing: godot_gdnative_core_api_struct.godot_string_sha256_text") ? ; let godot_string_empty = map_option_to_init_error ((* core_1_0) . godot_string_empty , "API function missing: godot_gdnative_core_api_struct.godot_string_empty") ? ; let godot_string_get_base_dir = map_option_to_init_error ((* core_1_0) . godot_string_get_base_dir , "API function missing: godot_gdnative_core_api_struct.godot_string_get_base_dir") ? ; let godot_string_get_file = map_option_to_init_error ((* core_1_0) . godot_string_get_file , "API function missing: godot_gdnative_core_api_struct.godot_string_get_file") ? ; let godot_string_humanize_size = map_option_to_init_error ((* core_1_0) . godot_string_humanize_size , "API function missing: godot_gdnative_core_api_struct.godot_string_humanize_size") ? ; let godot_string_is_abs_path = map_option_to_init_error ((* core_1_0) . godot_string_is_abs_path , "API function missing: godot_gdnative_core_api_struct.godot_string_is_abs_path") ? ; let godot_string_is_rel_path = map_option_to_init_error ((* core_1_0) . godot_string_is_rel_path , "API function missing: godot_gdnative_core_api_struct.godot_string_is_rel_path") ? ; let godot_string_is_resource_file = map_option_to_init_error ((* core_1_0) . godot_string_is_resource_file , "API function missing: godot_gdnative_core_api_struct.godot_string_is_resource_file") ? ; let godot_string_path_to = map_option_to_init_error ((* core_1_0) . godot_string_path_to , "API function missing: godot_gdnative_core_api_struct.godot_string_path_to") ? ; let godot_string_path_to_file = map_option_to_init_error ((* core_1_0) . godot_string_path_to_file , "API function missing: godot_gdnative_core_api_struct.godot_string_path_to_file") ? ; let godot_string_simplify_path = map_option_to_init_error ((* core_1_0) . godot_string_simplify_path , "API function missing: godot_gdnative_core_api_struct.godot_string_simplify_path") ? ; let godot_string_c_escape = map_option_to_init_error ((* core_1_0) . godot_string_c_escape , "API function missing: godot_gdnative_core_api_struct.godot_string_c_escape") ? ; let godot_string_c_escape_multiline = map_option_to_init_error ((* core_1_0) . godot_string_c_escape_multiline , "API function missing: godot_gdnative_core_api_struct.godot_string_c_escape_multiline") ? ; let godot_string_c_unescape = map_option_to_init_error ((* core_1_0) . godot_string_c_unescape , "API function missing: godot_gdnative_core_api_struct.godot_string_c_unescape") ? ; let godot_string_http_escape = map_option_to_init_error ((* core_1_0) . godot_string_http_escape , "API function missing: godot_gdnative_core_api_struct.godot_string_http_escape") ? ; let godot_string_http_unescape = map_option_to_init_error ((* core_1_0) . godot_string_http_unescape , "API function missing: godot_gdnative_core_api_struct.godot_string_http_unescape") ? ; let godot_string_json_escape = map_option_to_init_error ((* core_1_0) . godot_string_json_escape , "API function missing: godot_gdnative_core_api_struct.godot_string_json_escape") ? ; let godot_string_word_wrap = map_option_to_init_error ((* core_1_0) . godot_string_word_wrap , "API function missing: godot_gdnative_core_api_struct.godot_string_word_wrap") ? ; let godot_string_xml_escape = map_option_to_init_error ((* core_1_0) . godot_string_xml_escape , "API function missing: godot_gdnative_core_api_struct.godot_string_xml_escape") ? ; let godot_string_xml_escape_with_quotes = map_option_to_init_error ((* core_1_0) . godot_string_xml_escape_with_quotes , "API function missing: godot_gdnative_core_api_struct.godot_string_xml_escape_with_quotes") ? ; let godot_string_xml_unescape = map_option_to_init_error ((* core_1_0) . godot_string_xml_unescape , "API function missing: godot_gdnative_core_api_struct.godot_string_xml_unescape") ? ; let godot_string_percent_decode = map_option_to_init_error ((* core_1_0) . godot_string_percent_decode , "API function missing: godot_gdnative_core_api_struct.godot_string_percent_decode") ? ; let godot_string_percent_encode = map_option_to_init_error ((* core_1_0) . godot_string_percent_encode , "API function missing: godot_gdnative_core_api_struct.godot_string_percent_encode") ? ; let godot_string_is_valid_float = map_option_to_init_error ((* core_1_0) . godot_string_is_valid_float , "API function missing: godot_gdnative_core_api_struct.godot_string_is_valid_float") ? ; let godot_string_is_valid_hex_number = map_option_to_init_error ((* core_1_0) . godot_string_is_valid_hex_number , "API function missing: godot_gdnative_core_api_struct.godot_string_is_valid_hex_number") ? ; let godot_string_is_valid_html_color = map_option_to_init_error ((* core_1_0) . godot_string_is_valid_html_color , "API function missing: godot_gdnative_core_api_struct.godot_string_is_valid_html_color") ? ; let godot_string_is_valid_identifier = map_option_to_init_error ((* core_1_0) . godot_string_is_valid_identifier , "API function missing: godot_gdnative_core_api_struct.godot_string_is_valid_identifier") ? ; let godot_string_is_valid_integer = map_option_to_init_error ((* core_1_0) . godot_string_is_valid_integer , "API function missing: godot_gdnative_core_api_struct.godot_string_is_valid_integer") ? ; let godot_string_is_valid_ip_address = map_option_to_init_error ((* core_1_0) . godot_string_is_valid_ip_address , "API function missing: godot_gdnative_core_api_struct.godot_string_is_valid_ip_address") ? ; let godot_string_destroy = map_option_to_init_error ((* core_1_0) . godot_string_destroy , "API function missing: godot_gdnative_core_api_struct.godot_string_destroy") ? ; let godot_string_name_new = map_option_to_init_error ((* core_1_0) . godot_string_name_new , "API function missing: godot_gdnative_core_api_struct.godot_string_name_new") ? ; let godot_string_name_new_data = map_option_to_init_error ((* core_1_0) . godot_string_name_new_data , "API function missing: godot_gdnative_core_api_struct.godot_string_name_new_data") ? ; let godot_string_name_get_name = map_option_to_init_error ((* core_1_0) . godot_string_name_get_name , "API function missing: godot_gdnative_core_api_struct.godot_string_name_get_name") ? ; let godot_string_name_get_hash = map_option_to_init_error ((* core_1_0) . godot_string_name_get_hash , "API function missing: godot_gdnative_core_api_struct.godot_string_name_get_hash") ? ; let godot_string_name_get_data_unique_pointer = map_option_to_init_error ((* core_1_0) . godot_string_name_get_data_unique_pointer , "API function missing: godot_gdnative_core_api_struct.godot_string_name_get_data_unique_pointer") ? ; let godot_string_name_operator_equal = map_option_to_init_error ((* core_1_0) . godot_string_name_operator_equal , "API function missing: godot_gdnative_core_api_struct.godot_string_name_operator_equal") ? ; let godot_string_name_operator_less = map_option_to_init_error ((* core_1_0) . godot_string_name_operator_less , "API function missing: godot_gdnative_core_api_struct.godot_string_name_operator_less") ? ; let godot_string_name_destroy = map_option_to_init_error ((* core_1_0) . godot_string_name_destroy , "API function missing: godot_gdnative_core_api_struct.godot_string_name_destroy") ? ; let godot_object_destroy = map_option_to_init_error ((* core_1_0) . godot_object_destroy , "API function missing: godot_gdnative_core_api_struct.godot_object_destroy") ? ; let godot_global_get_singleton = map_option_to_init_error ((* core_1_0) . godot_global_get_singleton , "API function missing: godot_gdnative_core_api_struct.godot_global_get_singleton") ? ; let godot_method_bind_get_method = map_option_to_init_error ((* core_1_0) . godot_method_bind_get_method , "API function missing: godot_gdnative_core_api_struct.godot_method_bind_get_method") ? ; let godot_method_bind_ptrcall = map_option_to_init_error ((* core_1_0) . godot_method_bind_ptrcall , "API function missing: godot_gdnative_core_api_struct.godot_method_bind_ptrcall") ? ; let godot_method_bind_call = map_option_to_init_error ((* core_1_0) . godot_method_bind_call , "API function missing: godot_gdnative_core_api_struct.godot_method_bind_call") ? ; let godot_get_class_constructor = map_option_to_init_error ((* core_1_0) . godot_get_class_constructor , "API function missing: godot_gdnative_core_api_struct.godot_get_class_constructor") ? ; let godot_get_global_constants = map_option_to_init_error ((* core_1_0) . godot_get_global_constants , "API function missing: godot_gdnative_core_api_struct.godot_get_global_constants") ? ; let godot_register_native_call_type = map_option_to_init_error ((* core_1_0) . godot_register_native_call_type , "API function missing: godot_gdnative_core_api_struct.godot_register_native_call_type") ? ; let godot_alloc = map_option_to_init_error ((* core_1_0) . godot_alloc , "API function missing: godot_gdnative_core_api_struct.godot_alloc") ? ; let godot_realloc = map_option_to_init_error ((* core_1_0) . godot_realloc , "API function missing: godot_gdnative_core_api_struct.godot_realloc") ? ; let godot_free = map_option_to_init_error ((* core_1_0) . godot_free , "API function missing: godot_gdnative_core_api_struct.godot_free") ? ; let godot_print_error = map_option_to_init_error ((* core_1_0) . godot_print_error , "API function missing: godot_gdnative_core_api_struct.godot_print_error") ? ; let godot_print_warning = map_option_to_init_error ((* core_1_0) . godot_print_warning , "API function missing: godot_gdnative_core_api_struct.godot_print_warning") ? ; let godot_print = map_option_to_init_error ((* core_1_0) . godot_print , "API function missing: godot_gdnative_core_api_struct.godot_print") ? ; let godot_color_to_abgr32 = map_option_to_init_error ((* core_1_1) . godot_color_to_abgr32 , "API function missing: godot_gdnative_core_1_1_api_struct.godot_color_to_abgr32") ? ; let godot_color_to_abgr64 = map_option_to_init_error ((* core_1_1) . godot_color_to_abgr64 , "API function missing: godot_gdnative_core_1_1_api_struct.godot_color_to_abgr64") ? ; let godot_color_to_argb64 = map_option_to_init_error ((* core_1_1) . godot_color_to_argb64 , "API function missing: godot_gdnative_core_1_1_api_struct.godot_color_to_argb64") ? ; let godot_color_to_rgba64 = map_option_to_init_error ((* core_1_1) . godot_color_to_rgba64 , "API function missing: godot_gdnative_core_1_1_api_struct.godot_color_to_rgba64") ? ; let godot_color_darkened = map_option_to_init_error ((* core_1_1) . godot_color_darkened , "API function missing: godot_gdnative_core_1_1_api_struct.godot_color_darkened") ? ; let godot_color_from_hsv = map_option_to_init_error ((* core_1_1) . godot_color_from_hsv , "API function missing: godot_gdnative_core_1_1_api_struct.godot_color_from_hsv") ? ; let godot_color_lightened = map_option_to_init_error ((* core_1_1) . godot_color_lightened , "API function missing: godot_gdnative_core_1_1_api_struct.godot_color_lightened") ? ; let godot_array_duplicate = map_option_to_init_error ((* core_1_1) . godot_array_duplicate , "API function missing: godot_gdnative_core_1_1_api_struct.godot_array_duplicate") ? ; let godot_array_max = map_option_to_init_error ((* core_1_1) . godot_array_max , "API function missing: godot_gdnative_core_1_1_api_struct.godot_array_max") ? ; let godot_array_min = map_option_to_init_error ((* core_1_1) . godot_array_min , "API function missing: godot_gdnative_core_1_1_api_struct.godot_array_min") ? ; let godot_array_shuffle = map_option_to_init_error ((* core_1_1) . godot_array_shuffle , "API function missing: godot_gdnative_core_1_1_api_struct.godot_array_shuffle") ? ; let godot_basis_slerp = map_option_to_init_error ((* core_1_1) . godot_basis_slerp , "API function missing: godot_gdnative_core_1_1_api_struct.godot_basis_slerp") ? ; let godot_dictionary_get_with_default = map_option_to_init_error ((* core_1_1) . godot_dictionary_get_with_default , "API function missing: godot_gdnative_core_1_1_api_struct.godot_dictionary_get_with_default") ? ; let godot_dictionary_erase_with_return = map_option_to_init_error ((* core_1_1) . godot_dictionary_erase_with_return , "API function missing: godot_gdnative_core_1_1_api_struct.godot_dictionary_erase_with_return") ? ; let godot_node_path_get_as_property_path = map_option_to_init_error ((* core_1_1) . godot_node_path_get_as_property_path , "API function missing: godot_gdnative_core_1_1_api_struct.godot_node_path_get_as_property_path") ? ; let godot_quat_set_axis_angle = map_option_to_init_error ((* core_1_1) . godot_quat_set_axis_angle , "API function missing: godot_gdnative_core_1_1_api_struct.godot_quat_set_axis_angle") ? ; let godot_rect2_grow_individual = map_option_to_init_error ((* core_1_1) . godot_rect2_grow_individual , "API function missing: godot_gdnative_core_1_1_api_struct.godot_rect2_grow_individual") ? ; let godot_rect2_grow_margin = map_option_to_init_error ((* core_1_1) . godot_rect2_grow_margin , "API function missing: godot_gdnative_core_1_1_api_struct.godot_rect2_grow_margin") ? ; let godot_rect2_abs = map_option_to_init_error ((* core_1_1) . godot_rect2_abs , "API function missing: godot_gdnative_core_1_1_api_struct.godot_rect2_abs") ? ; let godot_string_dedent = map_option_to_init_error ((* core_1_1) . godot_string_dedent , "API function missing: godot_gdnative_core_1_1_api_struct.godot_string_dedent") ? ; let godot_string_trim_prefix = map_option_to_init_error ((* core_1_1) . godot_string_trim_prefix , "API function missing: godot_gdnative_core_1_1_api_struct.godot_string_trim_prefix") ? ; let godot_string_trim_suffix = map_option_to_init_error ((* core_1_1) . godot_string_trim_suffix , "API function missing: godot_gdnative_core_1_1_api_struct.godot_string_trim_suffix") ? ; let godot_string_rstrip = map_option_to_init_error ((* core_1_1) . godot_string_rstrip , "API function missing: godot_gdnative_core_1_1_api_struct.godot_string_rstrip") ? ; let godot_string_rsplit = map_option_to_init_error ((* core_1_1) . godot_string_rsplit , "API function missing: godot_gdnative_core_1_1_api_struct.godot_string_rsplit") ? ; let godot_basis_get_quat = map_option_to_init_error ((* core_1_1) . godot_basis_get_quat , "API function missing: godot_gdnative_core_1_1_api_struct.godot_basis_get_quat") ? ; let godot_basis_set_quat = map_option_to_init_error ((* core_1_1) . godot_basis_set_quat , "API function missing: godot_gdnative_core_1_1_api_struct.godot_basis_set_quat") ? ; let godot_basis_set_axis_angle_scale = map_option_to_init_error ((* core_1_1) . godot_basis_set_axis_angle_scale , "API function missing: godot_gdnative_core_1_1_api_struct.godot_basis_set_axis_angle_scale") ? ; let godot_basis_set_euler_scale = map_option_to_init_error ((* core_1_1) . godot_basis_set_euler_scale , "API function missing: godot_gdnative_core_1_1_api_struct.godot_basis_set_euler_scale") ? ; let godot_basis_set_quat_scale = map_option_to_init_error ((* core_1_1) . godot_basis_set_quat_scale , "API function missing: godot_gdnative_core_1_1_api_struct.godot_basis_set_quat_scale") ? ; let godot_is_instance_valid = map_option_to_init_error ((* core_1_1) . godot_is_instance_valid , "API function missing: godot_gdnative_core_1_1_api_struct.godot_is_instance_valid") ? ; let godot_quat_new_with_basis = map_option_to_init_error ((* core_1_1) . godot_quat_new_with_basis , "API function missing: godot_gdnative_core_1_1_api_struct.godot_quat_new_with_basis") ? ; let godot_quat_new_with_euler = map_option_to_init_error ((* core_1_1) . godot_quat_new_with_euler , "API function missing: godot_gdnative_core_1_1_api_struct.godot_quat_new_with_euler") ? ; let godot_transform_new_with_quat = map_option_to_init_error ((* core_1_1) . godot_transform_new_with_quat , "API function missing: godot_gdnative_core_1_1_api_struct.godot_transform_new_with_quat") ? ; let godot_variant_get_operator_name = map_option_to_init_error ((* core_1_1) . godot_variant_get_operator_name , "API function missing: godot_gdnative_core_1_1_api_struct.godot_variant_get_operator_name") ? ; let godot_variant_evaluate = map_option_to_init_error ((* core_1_1) . godot_variant_evaluate , "API function missing: godot_gdnative_core_1_1_api_struct.godot_variant_evaluate") ? ; let godot_dictionary_duplicate = map_option_to_init_error ((* core_1_2) . godot_dictionary_duplicate , "API function missing: godot_gdnative_core_1_2_api_struct.godot_dictionary_duplicate") ? ; let godot_vector3_move_toward = map_option_to_init_error ((* core_1_2) . godot_vector3_move_toward , "API function missing: godot_gdnative_core_1_2_api_struct.godot_vector3_move_toward") ? ; let godot_vector2_move_toward = map_option_to_init_error ((* core_1_2) . godot_vector2_move_toward , "API function missing: godot_gdnative_core_1_2_api_struct.godot_vector2_move_toward") ? ; let godot_string_count = map_option_to_init_error ((* core_1_2) . godot_string_count , "API function missing: godot_gdnative_core_1_2_api_struct.godot_string_count") ? ; let godot_string_countn = map_option_to_init_error ((* core_1_2) . godot_string_countn , "API function missing: godot_gdnative_core_1_2_api_struct.godot_string_countn") ? ; let godot_vector3_direction_to = map_option_to_init_error ((* core_1_2) . godot_vector3_direction_to , "API function missing: godot_gdnative_core_1_2_api_struct.godot_vector3_direction_to") ? ; let godot_vector2_direction_to = map_option_to_init_error ((* core_1_2) . godot_vector2_direction_to , "API function missing: godot_gdnative_core_1_2_api_struct.godot_vector2_direction_to") ? ; let godot_array_slice = map_option_to_init_error ((* core_1_2) . godot_array_slice , "API function missing: godot_gdnative_core_1_2_api_struct.godot_array_slice") ? ; let godot_pool_byte_array_empty = map_option_to_init_error ((* core_1_2) . godot_pool_byte_array_empty , "API function missing: godot_gdnative_core_1_2_api_struct.godot_pool_byte_array_empty") ? ; let godot_pool_int_array_empty = map_option_to_init_error ((* core_1_2) . godot_pool_int_array_empty , "API function missing: godot_gdnative_core_1_2_api_struct.godot_pool_int_array_empty") ? ; let godot_pool_real_array_empty = map_option_to_init_error ((* core_1_2) . godot_pool_real_array_empty , "API function missing: godot_gdnative_core_1_2_api_struct.godot_pool_real_array_empty") ? ; let godot_pool_string_array_empty = map_option_to_init_error ((* core_1_2) . godot_pool_string_array_empty , "API function missing: godot_gdnative_core_1_2_api_struct.godot_pool_string_array_empty") ? ; let godot_pool_vector2_array_empty = map_option_to_init_error ((* core_1_2) . godot_pool_vector2_array_empty , "API function missing: godot_gdnative_core_1_2_api_struct.godot_pool_vector2_array_empty") ? ; let godot_pool_vector3_array_empty = map_option_to_init_error ((* core_1_2) . godot_pool_vector3_array_empty , "API function missing: godot_gdnative_core_1_2_api_struct.godot_pool_vector3_array_empty") ? ; let godot_pool_color_array_empty = map_option_to_init_error ((* core_1_2) . godot_pool_color_array_empty , "API function missing: godot_gdnative_core_1_2_api_struct.godot_pool_color_array_empty") ? ; let godot_get_class_tag = map_option_to_init_error ((* core_1_2) . godot_get_class_tag , "API function missing: godot_gdnative_core_1_2_api_struct.godot_get_class_tag") ? ; let godot_object_cast_to = map_option_to_init_error ((* core_1_2) . godot_object_cast_to , "API function missing: godot_gdnative_core_1_2_api_struct.godot_object_cast_to") ? ; let godot_instance_from_id = map_option_to_init_error ((* core_1_2) . godot_instance_from_id , "API function missing: godot_gdnative_core_1_2_api_struct.godot_instance_from_id") ? ; let godot_nativescript_register_class = map_option_to_init_error ((* nativescript_1_0) . godot_nativescript_register_class , "API function missing: godot_gdnative_ext_nativescript_api_struct.godot_nativescript_register_class") ? ; let godot_nativescript_register_tool_class = map_option_to_init_error ((* nativescript_1_0) . godot_nativescript_register_tool_class , "API function missing: godot_gdnative_ext_nativescript_api_struct.godot_nativescript_register_tool_class") ? ; let godot_nativescript_register_method = map_option_to_init_error ((* nativescript_1_0) . godot_nativescript_register_method , "API function missing: godot_gdnative_ext_nativescript_api_struct.godot_nativescript_register_method") ? ; let godot_nativescript_register_property = map_option_to_init_error ((* nativescript_1_0) . godot_nativescript_register_property , "API function missing: godot_gdnative_ext_nativescript_api_struct.godot_nativescript_register_property") ? ; let godot_nativescript_register_signal = map_option_to_init_error ((* nativescript_1_0) . godot_nativescript_register_signal , "API function missing: godot_gdnative_ext_nativescript_api_struct.godot_nativescript_register_signal") ? ; let godot_nativescript_get_userdata = map_option_to_init_error ((* nativescript_1_0) . godot_nativescript_get_userdata , "API function missing: godot_gdnative_ext_nativescript_api_struct.godot_nativescript_get_userdata") ? ; let godot_nativescript_set_method_argument_information = map_option_to_init_error ((* nativescript_1_1) . godot_nativescript_set_method_argument_information , "API function missing: godot_gdnative_ext_nativescript_1_1_api_struct.godot_nativescript_set_method_argument_information") ? ; let godot_nativescript_set_class_documentation = map_option_to_init_error ((* nativescript_1_1) . godot_nativescript_set_class_documentation , "API function missing: godot_gdnative_ext_nativescript_1_1_api_struct.godot_nativescript_set_class_documentation") ? ; let godot_nativescript_set_method_documentation = map_option_to_init_error ((* nativescript_1_1) . godot_nativescript_set_method_documentation , "API function missing: godot_gdnative_ext_nativescript_1_1_api_struct.godot_nativescript_set_method_documentation") ? ; let godot_nativescript_set_property_documentation = map_option_to_init_error ((* nativescript_1_1) . godot_nativescript_set_property_documentation , "API function missing: godot_gdnative_ext_nativescript_1_1_api_struct.godot_nativescript_set_property_documentation") ? ; let godot_nativescript_set_signal_documentation = map_option_to_init_error ((* nativescript_1_1) . godot_nativescript_set_signal_documentation , "API function missing: godot_gdnative_ext_nativescript_1_1_api_struct.godot_nativescript_set_signal_documentation") ? ; let godot_nativescript_set_global_type_tag = map_option_to_init_error ((* nativescript_1_1) . godot_nativescript_set_global_type_tag , "API function missing: godot_gdnative_ext_nativescript_1_1_api_struct.godot_nativescript_set_global_type_tag") ? ; let godot_nativescript_get_global_type_tag = map_option_to_init_error ((* nativescript_1_1) . godot_nativescript_get_global_type_tag , "API function missing: godot_gdnative_ext_nativescript_1_1_api_struct.godot_nativescript_get_global_type_tag") ? ; let godot_nativescript_set_type_tag = map_option_to_init_error ((* nativescript_1_1) . godot_nativescript_set_type_tag , "API function missing: godot_gdnative_ext_nativescript_1_1_api_struct.godot_nativescript_set_type_tag") ? ; let godot_nativescript_get_type_tag = map_option_to_init_error ((* nativescript_1_1) . godot_nativescript_get_type_tag , "API function missing: godot_gdnative_ext_nativescript_1_1_api_struct.godot_nativescript_get_type_tag") ? ; let godot_nativescript_register_instance_binding_data_functions = map_option_to_init_error ((* nativescript_1_1) . godot_nativescript_register_instance_binding_data_functions , "API function missing: godot_gdnative_ext_nativescript_1_1_api_struct.godot_nativescript_register_instance_binding_data_functions") ? ; let godot_nativescript_unregister_instance_binding_data_functions = map_option_to_init_error ((* nativescript_1_1) . godot_nativescript_unregister_instance_binding_data_functions , "API function missing: godot_gdnative_ext_nativescript_1_1_api_struct.godot_nativescript_unregister_instance_binding_data_functions") ? ; let godot_nativescript_get_instance_binding_data = map_option_to_init_error ((* nativescript_1_1) . godot_nativescript_get_instance_binding_data , "API function missing: godot_gdnative_ext_nativescript_1_1_api_struct.godot_nativescript_get_instance_binding_data") ? ; let godot_nativescript_profiling_add_data = map_option_to_init_error ((* nativescript_1_1) . godot_nativescript_profiling_add_data , "API function missing: godot_gdnative_ext_nativescript_1_1_api_struct.godot_nativescript_profiling_add_data") ? ; let godot_pluginscript_register_language = map_option_to_init_error ((* pluginscript_1_0) . godot_pluginscript_register_language , "API function missing: godot_gdnative_ext_pluginscript_api_struct.godot_pluginscript_register_language") ? ; let godot_arvr_register_interface = map_option_to_init_error ((* arvr_1_1) . godot_arvr_register_interface , "API function missing: godot_gdnative_ext_arvr_api_struct.godot_arvr_register_interface") ? ; let godot_arvr_get_worldscale = map_option_to_init_error ((* arvr_1_1) . godot_arvr_get_worldscale , "API function missing: godot_gdnative_ext_arvr_api_struct.godot_arvr_get_worldscale") ? ; let godot_arvr_get_reference_frame = map_option_to_init_error ((* arvr_1_1) . godot_arvr_get_reference_frame , "API function missing: godot_gdnative_ext_arvr_api_struct.godot_arvr_get_reference_frame") ? ; let godot_arvr_blit = map_option_to_init_error ((* arvr_1_1) . godot_arvr_blit , "API function missing: godot_gdnative_ext_arvr_api_struct.godot_arvr_blit") ? ; let godot_arvr_get_texid = map_option_to_init_error ((* arvr_1_1) . godot_arvr_get_texid , "API function missing: godot_gdnative_ext_arvr_api_struct.godot_arvr_get_texid") ? ; let godot_arvr_add_controller = map_option_to_init_error ((* arvr_1_1) . godot_arvr_add_controller , "API function missing: godot_gdnative_ext_arvr_api_struct.godot_arvr_add_controller") ? ; let godot_arvr_remove_controller = map_option_to_init_error ((* arvr_1_1) . godot_arvr_remove_controller , "API function missing: godot_gdnative_ext_arvr_api_struct.godot_arvr_remove_controller") ? ; let godot_arvr_set_controller_transform = map_option_to_init_error ((* arvr_1_1) . godot_arvr_set_controller_transform , "API function missing: godot_gdnative_ext_arvr_api_struct.godot_arvr_set_controller_transform") ? ; let godot_arvr_set_controller_button = map_option_to_init_error ((* arvr_1_1) . godot_arvr_set_controller_button , "API function missing: godot_gdnative_ext_arvr_api_struct.godot_arvr_set_controller_button") ? ; let godot_arvr_set_controller_axis = map_option_to_init_error ((* arvr_1_1) . godot_arvr_set_controller_axis , "API function missing: godot_gdnative_ext_arvr_api_struct.godot_arvr_set_controller_axis") ? ; let godot_arvr_get_controller_rumble = map_option_to_init_error ((* arvr_1_1) . godot_arvr_get_controller_rumble , "API function missing: godot_gdnative_ext_arvr_api_struct.godot_arvr_get_controller_rumble") ? ; let godot_videodecoder_file_read = map_option_to_init_error ((* videodecoder_0_1) . godot_videodecoder_file_read , "API function missing: godot_gdnative_ext_videodecoder_api_struct.godot_videodecoder_file_read") ? ; let godot_videodecoder_file_seek = map_option_to_init_error ((* videodecoder_0_1) . godot_videodecoder_file_seek , "API function missing: godot_gdnative_ext_videodecoder_api_struct.godot_videodecoder_file_seek") ? ; let godot_videodecoder_register_decoder = map_option_to_init_error ((* videodecoder_0_1) . godot_videodecoder_register_decoder , "API function missing: godot_gdnative_ext_videodecoder_api_struct.godot_videodecoder_register_decoder") ? ; let godot_net_bind_stream_peer = map_option_to_init_error ((* net_3_1) . godot_net_bind_stream_peer , "API function missing: godot_gdnative_ext_net_api_struct.godot_net_bind_stream_peer") ? ; let godot_net_bind_packet_peer = map_option_to_init_error ((* net_3_1) . godot_net_bind_packet_peer , "API function missing: godot_gdnative_ext_net_api_struct.godot_net_bind_packet_peer") ? ; let godot_net_bind_multiplayer_peer = map_option_to_init_error ((* net_3_1) . godot_net_bind_multiplayer_peer , "API function missing: godot_gdnative_ext_net_api_struct.godot_net_bind_multiplayer_peer") ? ; let godot_net_set_webrtc_library = map_option_to_init_error ((* net_3_2) . godot_net_set_webrtc_library , "API function missing: godot_gdnative_ext_net_3_2_api_struct.godot_net_set_webrtc_library") ? ; let godot_net_bind_webrtc_peer_connection = map_option_to_init_error ((* net_3_2) . godot_net_bind_webrtc_peer_connection , "API function missing: godot_gdnative_ext_net_3_2_api_struct.godot_net_bind_webrtc_peer_connection") ? ; let godot_net_bind_webrtc_data_channel = map_option_to_init_error ((* net_3_2) . godot_net_bind_webrtc_data_channel , "API function missing: godot_gdnative_ext_net_3_2_api_struct.godot_net_bind_webrtc_data_channel") ? ; Ok (GodotApi { godot_color_new_rgba , godot_color_new_rgb , godot_color_get_r , godot_color_set_r , godot_color_get_g , godot_color_set_g , godot_color_get_b , godot_color_set_b , godot_color_get_a , godot_color_set_a , godot_color_get_h , godot_color_get_s , godot_color_get_v , godot_color_as_string , godot_color_to_rgba32 , godot_color_to_argb32 , godot_color_gray , godot_color_inverted , godot_color_contrasted , godot_color_linear_interpolate , godot_color_blend , godot_color_to_html , godot_color_operator_equal , godot_color_operator_less , godot_vector2_new , godot_vector2_as_string , godot_vector2_normalized , godot_vector2_length , godot_vector2_angle , godot_vector2_length_squared , godot_vector2_is_normalized , godot_vector2_distance_to , godot_vector2_distance_squared_to , godot_vector2_angle_to , godot_vector2_angle_to_point , godot_vector2_linear_interpolate , godot_vector2_cubic_interpolate , godot_vector2_rotated , godot_vector2_tangent , godot_vector2_floor , godot_vector2_snapped , godot_vector2_aspect , godot_vector2_dot , godot_vector2_slide , godot_vector2_bounce , godot_vector2_reflect , godot_vector2_abs , godot_vector2_clamped , godot_vector2_operator_add , godot_vector2_operator_subtract , godot_vector2_operator_multiply_vector , godot_vector2_operator_multiply_scalar , godot_vector2_operator_divide_vector , godot_vector2_operator_divide_scalar , godot_vector2_operator_equal , godot_vector2_operator_less , godot_vector2_operator_neg , godot_vector2_set_x , godot_vector2_set_y , godot_vector2_get_x , godot_vector2_get_y , godot_quat_new , godot_quat_new_with_axis_angle , godot_quat_get_x , godot_quat_set_x , godot_quat_get_y , godot_quat_set_y , godot_quat_get_z , godot_quat_set_z , godot_quat_get_w , godot_quat_set_w , godot_quat_as_string , godot_quat_length , godot_quat_length_squared , godot_quat_normalized , godot_quat_is_normalized , godot_quat_inverse , godot_quat_dot , godot_quat_xform , godot_quat_slerp , godot_quat_slerpni , godot_quat_cubic_slerp , godot_quat_operator_multiply , godot_quat_operator_add , godot_quat_operator_subtract , godot_quat_operator_divide , godot_quat_operator_equal , godot_quat_operator_neg , godot_basis_new_with_rows , godot_basis_new_with_axis_and_angle , godot_basis_new_with_euler , godot_basis_as_string , godot_basis_inverse , godot_basis_transposed , godot_basis_orthonormalized , godot_basis_determinant , godot_basis_rotated , godot_basis_scaled , godot_basis_get_scale , godot_basis_get_euler , godot_basis_tdotx , godot_basis_tdoty , godot_basis_tdotz , godot_basis_xform , godot_basis_xform_inv , godot_basis_get_orthogonal_index , godot_basis_new , godot_basis_new_with_euler_quat , godot_basis_get_elements , godot_basis_get_axis , godot_basis_set_axis , godot_basis_get_row , godot_basis_set_row , godot_basis_operator_equal , godot_basis_operator_add , godot_basis_operator_subtract , godot_basis_operator_multiply_vector , godot_basis_operator_multiply_scalar , godot_vector3_new , godot_vector3_as_string , godot_vector3_min_axis , godot_vector3_max_axis , godot_vector3_length , godot_vector3_length_squared , godot_vector3_is_normalized , godot_vector3_normalized , godot_vector3_inverse , godot_vector3_snapped , godot_vector3_rotated , godot_vector3_linear_interpolate , godot_vector3_cubic_interpolate , godot_vector3_dot , godot_vector3_cross , godot_vector3_outer , godot_vector3_to_diagonal_matrix , godot_vector3_abs , godot_vector3_floor , godot_vector3_ceil , godot_vector3_distance_to , godot_vector3_distance_squared_to , godot_vector3_angle_to , godot_vector3_slide , godot_vector3_bounce , godot_vector3_reflect , godot_vector3_operator_add , godot_vector3_operator_subtract , godot_vector3_operator_multiply_vector , godot_vector3_operator_multiply_scalar , godot_vector3_operator_divide_vector , godot_vector3_operator_divide_scalar , godot_vector3_operator_equal , godot_vector3_operator_less , godot_vector3_operator_neg , godot_vector3_set_axis , godot_vector3_get_axis , godot_pool_byte_array_new , godot_pool_byte_array_new_copy , godot_pool_byte_array_new_with_array , godot_pool_byte_array_append , godot_pool_byte_array_append_array , godot_pool_byte_array_insert , godot_pool_byte_array_invert , godot_pool_byte_array_push_back , godot_pool_byte_array_remove , godot_pool_byte_array_resize , godot_pool_byte_array_read , godot_pool_byte_array_write , godot_pool_byte_array_set , godot_pool_byte_array_get , godot_pool_byte_array_size , godot_pool_byte_array_destroy , godot_pool_int_array_new , godot_pool_int_array_new_copy , godot_pool_int_array_new_with_array , godot_pool_int_array_append , godot_pool_int_array_append_array , godot_pool_int_array_insert , godot_pool_int_array_invert , godot_pool_int_array_push_back , godot_pool_int_array_remove , godot_pool_int_array_resize , godot_pool_int_array_read , godot_pool_int_array_write , godot_pool_int_array_set , godot_pool_int_array_get , godot_pool_int_array_size , godot_pool_int_array_destroy , godot_pool_real_array_new , godot_pool_real_array_new_copy , godot_pool_real_array_new_with_array , godot_pool_real_array_append , godot_pool_real_array_append_array , godot_pool_real_array_insert , godot_pool_real_array_invert , godot_pool_real_array_push_back , godot_pool_real_array_remove , godot_pool_real_array_resize , godot_pool_real_array_read , godot_pool_real_array_write , godot_pool_real_array_set , godot_pool_real_array_get , godot_pool_real_array_size , godot_pool_real_array_destroy , godot_pool_string_array_new , godot_pool_string_array_new_copy , godot_pool_string_array_new_with_array , godot_pool_string_array_append , godot_pool_string_array_append_array , godot_pool_string_array_insert , godot_pool_string_array_invert , godot_pool_string_array_push_back , godot_pool_string_array_remove , godot_pool_string_array_resize , godot_pool_string_array_read , godot_pool_string_array_write , godot_pool_string_array_set , godot_pool_string_array_get , godot_pool_string_array_size , godot_pool_string_array_destroy , godot_pool_vector2_array_new , godot_pool_vector2_array_new_copy , godot_pool_vector2_array_new_with_array , godot_pool_vector2_array_append , godot_pool_vector2_array_append_array , godot_pool_vector2_array_insert , godot_pool_vector2_array_invert , godot_pool_vector2_array_push_back , godot_pool_vector2_array_remove , godot_pool_vector2_array_resize , godot_pool_vector2_array_read , godot_pool_vector2_array_write , godot_pool_vector2_array_set , godot_pool_vector2_array_get , godot_pool_vector2_array_size , godot_pool_vector2_array_destroy , godot_pool_vector3_array_new , godot_pool_vector3_array_new_copy , godot_pool_vector3_array_new_with_array , godot_pool_vector3_array_append , godot_pool_vector3_array_append_array , godot_pool_vector3_array_insert , godot_pool_vector3_array_invert , godot_pool_vector3_array_push_back , godot_pool_vector3_array_remove , godot_pool_vector3_array_resize , godot_pool_vector3_array_read , godot_pool_vector3_array_write , godot_pool_vector3_array_set , godot_pool_vector3_array_get , godot_pool_vector3_array_size , godot_pool_vector3_array_destroy , godot_pool_color_array_new , godot_pool_color_array_new_copy , godot_pool_color_array_new_with_array , godot_pool_color_array_append , godot_pool_color_array_append_array , godot_pool_color_array_insert , godot_pool_color_array_invert , godot_pool_color_array_push_back , godot_pool_color_array_remove , godot_pool_color_array_resize , godot_pool_color_array_read , godot_pool_color_array_write , godot_pool_color_array_set , godot_pool_color_array_get , godot_pool_color_array_size , godot_pool_color_array_destroy , godot_pool_byte_array_read_access_copy , godot_pool_byte_array_read_access_ptr , godot_pool_byte_array_read_access_operator_assign , godot_pool_byte_array_read_access_destroy , godot_pool_int_array_read_access_copy , godot_pool_int_array_read_access_ptr , godot_pool_int_array_read_access_operator_assign , godot_pool_int_array_read_access_destroy , godot_pool_real_array_read_access_copy , godot_pool_real_array_read_access_ptr , godot_pool_real_array_read_access_operator_assign , godot_pool_real_array_read_access_destroy , godot_pool_string_array_read_access_copy , godot_pool_string_array_read_access_ptr , godot_pool_string_array_read_access_operator_assign , godot_pool_string_array_read_access_destroy , godot_pool_vector2_array_read_access_copy , godot_pool_vector2_array_read_access_ptr , godot_pool_vector2_array_read_access_operator_assign , godot_pool_vector2_array_read_access_destroy , godot_pool_vector3_array_read_access_copy , godot_pool_vector3_array_read_access_ptr , godot_pool_vector3_array_read_access_operator_assign , godot_pool_vector3_array_read_access_destroy , godot_pool_color_array_read_access_copy , godot_pool_color_array_read_access_ptr , godot_pool_color_array_read_access_operator_assign , godot_pool_color_array_read_access_destroy , godot_pool_byte_array_write_access_copy , godot_pool_byte_array_write_access_ptr , godot_pool_byte_array_write_access_operator_assign , godot_pool_byte_array_write_access_destroy , godot_pool_int_array_write_access_copy , godot_pool_int_array_write_access_ptr , godot_pool_int_array_write_access_operator_assign , godot_pool_int_array_write_access_destroy , godot_pool_real_array_write_access_copy , godot_pool_real_array_write_access_ptr , godot_pool_real_array_write_access_operator_assign , godot_pool_real_array_write_access_destroy , godot_pool_string_array_write_access_copy , godot_pool_string_array_write_access_ptr , godot_pool_string_array_write_access_operator_assign , godot_pool_string_array_write_access_destroy , godot_pool_vector2_array_write_access_copy , godot_pool_vector2_array_write_access_ptr , godot_pool_vector2_array_write_access_operator_assign , godot_pool_vector2_array_write_access_destroy , godot_pool_vector3_array_write_access_copy , godot_pool_vector3_array_write_access_ptr , godot_pool_vector3_array_write_access_operator_assign , godot_pool_vector3_array_write_access_destroy , godot_pool_color_array_write_access_copy , godot_pool_color_array_write_access_ptr , godot_pool_color_array_write_access_operator_assign , godot_pool_color_array_write_access_destroy , godot_array_new , godot_array_new_copy , godot_array_new_pool_color_array , godot_array_new_pool_vector3_array , godot_array_new_pool_vector2_array , godot_array_new_pool_string_array , godot_array_new_pool_real_array , godot_array_new_pool_int_array , godot_array_new_pool_byte_array , godot_array_set , godot_array_get , godot_array_operator_index , godot_array_operator_index_const , godot_array_append , godot_array_clear , godot_array_count , godot_array_empty , godot_array_erase , godot_array_front , godot_array_back , godot_array_find , godot_array_find_last , godot_array_has , godot_array_hash , godot_array_insert , godot_array_invert , godot_array_pop_back , godot_array_pop_front , godot_array_push_back , godot_array_push_front , godot_array_remove , godot_array_resize , godot_array_rfind , godot_array_size , godot_array_sort , godot_array_sort_custom , godot_array_bsearch , godot_array_bsearch_custom , godot_array_destroy , godot_dictionary_new , godot_dictionary_new_copy , godot_dictionary_destroy , godot_dictionary_size , godot_dictionary_empty , godot_dictionary_clear , godot_dictionary_has , godot_dictionary_has_all , godot_dictionary_erase , godot_dictionary_hash , godot_dictionary_keys , godot_dictionary_values , godot_dictionary_get , godot_dictionary_set , godot_dictionary_operator_index , godot_dictionary_operator_index_const , godot_dictionary_next , godot_dictionary_operator_equal , godot_dictionary_to_json , godot_node_path_new , godot_node_path_new_copy , godot_node_path_destroy , godot_node_path_as_string , godot_node_path_is_absolute , godot_node_path_get_name_count , godot_node_path_get_name , godot_node_path_get_subname_count , godot_node_path_get_subname , godot_node_path_get_concatenated_subnames , godot_node_path_is_empty , godot_node_path_operator_equal , godot_plane_new_with_reals , godot_plane_new_with_vectors , godot_plane_new_with_normal , godot_plane_as_string , godot_plane_normalized , godot_plane_center , godot_plane_get_any_point , godot_plane_is_point_over , godot_plane_distance_to , godot_plane_has_point , godot_plane_project , godot_plane_intersect_3 , godot_plane_intersects_ray , godot_plane_intersects_segment , godot_plane_operator_neg , godot_plane_operator_equal , godot_plane_set_normal , godot_plane_get_normal , godot_plane_get_d , godot_plane_set_d , godot_rect2_new_with_position_and_size , godot_rect2_new , godot_rect2_as_string , godot_rect2_get_area , godot_rect2_intersects , godot_rect2_encloses , godot_rect2_has_no_area , godot_rect2_clip , godot_rect2_merge , godot_rect2_has_point , godot_rect2_grow , godot_rect2_expand , godot_rect2_operator_equal , godot_rect2_get_position , godot_rect2_get_size , godot_rect2_set_position , godot_rect2_set_size , godot_aabb_new , godot_aabb_get_position , godot_aabb_set_position , godot_aabb_get_size , godot_aabb_set_size , godot_aabb_as_string , godot_aabb_get_area , godot_aabb_has_no_area , godot_aabb_has_no_surface , godot_aabb_intersects , godot_aabb_encloses , godot_aabb_merge , godot_aabb_intersection , godot_aabb_intersects_plane , godot_aabb_intersects_segment , godot_aabb_has_point , godot_aabb_get_support , godot_aabb_get_longest_axis , godot_aabb_get_longest_axis_index , godot_aabb_get_longest_axis_size , godot_aabb_get_shortest_axis , godot_aabb_get_shortest_axis_index , godot_aabb_get_shortest_axis_size , godot_aabb_expand , godot_aabb_grow , godot_aabb_get_endpoint , godot_aabb_operator_equal , godot_rid_new , godot_rid_get_id , godot_rid_new_with_resource , godot_rid_operator_equal , godot_rid_operator_less , godot_transform_new_with_axis_origin , godot_transform_new , godot_transform_get_basis , godot_transform_set_basis , godot_transform_get_origin , godot_transform_set_origin , godot_transform_as_string , godot_transform_inverse , godot_transform_affine_inverse , godot_transform_orthonormalized , godot_transform_rotated , godot_transform_scaled , godot_transform_translated , godot_transform_looking_at , godot_transform_xform_plane , godot_transform_xform_inv_plane , godot_transform_new_identity , godot_transform_operator_equal , godot_transform_operator_multiply , godot_transform_xform_vector3 , godot_transform_xform_inv_vector3 , godot_transform_xform_aabb , godot_transform_xform_inv_aabb , godot_transform2d_new , godot_transform2d_new_axis_origin , godot_transform2d_as_string , godot_transform2d_inverse , godot_transform2d_affine_inverse , godot_transform2d_get_rotation , godot_transform2d_get_origin , godot_transform2d_get_scale , godot_transform2d_orthonormalized , godot_transform2d_rotated , godot_transform2d_scaled , godot_transform2d_translated , godot_transform2d_xform_vector2 , godot_transform2d_xform_inv_vector2 , godot_transform2d_basis_xform_vector2 , godot_transform2d_basis_xform_inv_vector2 , godot_transform2d_interpolate_with , godot_transform2d_operator_equal , godot_transform2d_operator_multiply , godot_transform2d_new_identity , godot_transform2d_xform_rect2 , godot_transform2d_xform_inv_rect2 , godot_variant_get_type , godot_variant_new_copy , godot_variant_new_nil , godot_variant_new_bool , godot_variant_new_uint , godot_variant_new_int , godot_variant_new_real , godot_variant_new_string , godot_variant_new_vector2 , godot_variant_new_rect2 , godot_variant_new_vector3 , godot_variant_new_transform2d , godot_variant_new_plane , godot_variant_new_quat , godot_variant_new_aabb , godot_variant_new_basis , godot_variant_new_transform , godot_variant_new_color , godot_variant_new_node_path , godot_variant_new_rid , godot_variant_new_object , godot_variant_new_dictionary , godot_variant_new_array , godot_variant_new_pool_byte_array , godot_variant_new_pool_int_array , godot_variant_new_pool_real_array , godot_variant_new_pool_string_array , godot_variant_new_pool_vector2_array , godot_variant_new_pool_vector3_array , godot_variant_new_pool_color_array , godot_variant_as_bool , godot_variant_as_uint , godot_variant_as_int , godot_variant_as_real , godot_variant_as_string , godot_variant_as_vector2 , godot_variant_as_rect2 , godot_variant_as_vector3 , godot_variant_as_transform2d , godot_variant_as_plane , godot_variant_as_quat , godot_variant_as_aabb , godot_variant_as_basis , godot_variant_as_transform , godot_variant_as_color , godot_variant_as_node_path , godot_variant_as_rid , godot_variant_as_object , godot_variant_as_dictionary , godot_variant_as_array , godot_variant_as_pool_byte_array , godot_variant_as_pool_int_array , godot_variant_as_pool_real_array , godot_variant_as_pool_string_array , godot_variant_as_pool_vector2_array , godot_variant_as_pool_vector3_array , godot_variant_as_pool_color_array , godot_variant_call , godot_variant_has_method , godot_variant_operator_equal , godot_variant_operator_less , godot_variant_hash_compare , godot_variant_booleanize , godot_variant_destroy , godot_char_string_length , godot_char_string_get_data , godot_char_string_destroy , godot_string_new , godot_string_new_copy , godot_string_new_with_wide_string , godot_string_operator_index , godot_string_operator_index_const , godot_string_wide_str , godot_string_operator_equal , godot_string_operator_less , godot_string_operator_plus , godot_string_length , godot_string_casecmp_to , godot_string_nocasecmp_to , godot_string_naturalnocasecmp_to , godot_string_begins_with , godot_string_begins_with_char_array , godot_string_bigrams , godot_string_chr , godot_string_ends_with , godot_string_find , godot_string_find_from , godot_string_findmk , godot_string_findmk_from , godot_string_findmk_from_in_place , godot_string_findn , godot_string_findn_from , godot_string_find_last , godot_string_format , godot_string_format_with_custom_placeholder , godot_string_hex_encode_buffer , godot_string_hex_to_int , godot_string_hex_to_int_without_prefix , godot_string_insert , godot_string_is_numeric , godot_string_is_subsequence_of , godot_string_is_subsequence_ofi , godot_string_lpad , godot_string_lpad_with_custom_character , godot_string_match , godot_string_matchn , godot_string_md5 , godot_string_num , godot_string_num_int64 , godot_string_num_int64_capitalized , godot_string_num_real , godot_string_num_scientific , godot_string_num_with_decimals , godot_string_pad_decimals , godot_string_pad_zeros , godot_string_replace_first , godot_string_replace , godot_string_replacen , godot_string_rfind , godot_string_rfindn , godot_string_rfind_from , godot_string_rfindn_from , godot_string_rpad , godot_string_rpad_with_custom_character , godot_string_similarity , godot_string_sprintf , godot_string_substr , godot_string_to_double , godot_string_to_float , godot_string_to_int , godot_string_camelcase_to_underscore , godot_string_camelcase_to_underscore_lowercased , godot_string_capitalize , godot_string_char_to_double , godot_string_char_to_int , godot_string_wchar_to_int , godot_string_char_to_int_with_len , godot_string_char_to_int64_with_len , godot_string_hex_to_int64 , godot_string_hex_to_int64_with_prefix , godot_string_to_int64 , godot_string_unicode_char_to_double , godot_string_get_slice_count , godot_string_get_slice , godot_string_get_slicec , godot_string_split , godot_string_split_allow_empty , godot_string_split_floats , godot_string_split_floats_allows_empty , godot_string_split_floats_mk , godot_string_split_floats_mk_allows_empty , godot_string_split_ints , godot_string_split_ints_allows_empty , godot_string_split_ints_mk , godot_string_split_ints_mk_allows_empty , godot_string_split_spaces , godot_string_char_lowercase , godot_string_char_uppercase , godot_string_to_lower , godot_string_to_upper , godot_string_get_basename , godot_string_get_extension , godot_string_left , godot_string_ord_at , godot_string_plus_file , godot_string_right , godot_string_strip_edges , godot_string_strip_escapes , godot_string_erase , godot_string_ascii , godot_string_ascii_extended , godot_string_utf8 , godot_string_parse_utf8 , godot_string_parse_utf8_with_len , godot_string_chars_to_utf8 , godot_string_chars_to_utf8_with_len , godot_string_hash , godot_string_hash64 , godot_string_hash_chars , godot_string_hash_chars_with_len , godot_string_hash_utf8_chars , godot_string_hash_utf8_chars_with_len , godot_string_md5_buffer , godot_string_md5_text , godot_string_sha256_buffer , godot_string_sha256_text , godot_string_empty , godot_string_get_base_dir , godot_string_get_file , godot_string_humanize_size , godot_string_is_abs_path , godot_string_is_rel_path , godot_string_is_resource_file , godot_string_path_to , godot_string_path_to_file , godot_string_simplify_path , godot_string_c_escape , godot_string_c_escape_multiline , godot_string_c_unescape , godot_string_http_escape , godot_string_http_unescape , godot_string_json_escape , godot_string_word_wrap , godot_string_xml_escape , godot_string_xml_escape_with_quotes , godot_string_xml_unescape , godot_string_percent_decode , godot_string_percent_encode , godot_string_is_valid_float , godot_string_is_valid_hex_number , godot_string_is_valid_html_color , godot_string_is_valid_identifier , godot_string_is_valid_integer , godot_string_is_valid_ip_address , godot_string_destroy , godot_string_name_new , godot_string_name_new_data , godot_string_name_get_name , godot_string_name_get_hash , godot_string_name_get_data_unique_pointer , godot_string_name_operator_equal , godot_string_name_operator_less , godot_string_name_destroy , godot_object_destroy , godot_global_get_singleton , godot_method_bind_get_method , godot_method_bind_ptrcall , godot_method_bind_call , godot_get_class_constructor , godot_get_global_constants , godot_register_native_call_type , godot_alloc , godot_realloc , godot_free , godot_print_error , godot_print_warning , godot_print , godot_color_to_abgr32 , godot_color_to_abgr64 , godot_color_to_argb64 , godot_color_to_rgba64 , godot_color_darkened , godot_color_from_hsv , godot_color_lightened , godot_array_duplicate , godot_array_max , godot_array_min , godot_array_shuffle , godot_basis_slerp , godot_dictionary_get_with_default , godot_dictionary_erase_with_return , godot_node_path_get_as_property_path , godot_quat_set_axis_angle , godot_rect2_grow_individual , godot_rect2_grow_margin , godot_rect2_abs , godot_string_dedent , godot_string_trim_prefix , godot_string_trim_suffix , godot_string_rstrip , godot_string_rsplit , godot_basis_get_quat , godot_basis_set_quat , godot_basis_set_axis_angle_scale , godot_basis_set_euler_scale , godot_basis_set_quat_scale , godot_is_instance_valid , godot_quat_new_with_basis , godot_quat_new_with_euler , godot_transform_new_with_quat , godot_variant_get_operator_name , godot_variant_evaluate , godot_dictionary_duplicate , godot_vector3_move_toward , godot_vector2_move_toward , godot_string_count , godot_string_countn , godot_vector3_direction_to , godot_vector2_direction_to , godot_array_slice , godot_pool_byte_array_empty , godot_pool_int_array_empty , godot_pool_real_array_empty , godot_pool_string_array_empty , godot_pool_vector2_array_empty , godot_pool_vector3_array_empty , godot_pool_color_array_empty , godot_get_class_tag , godot_object_cast_to , godot_instance_from_id , godot_nativescript_register_class , godot_nativescript_register_tool_class , godot_nativescript_register_method , godot_nativescript_register_property , godot_nativescript_register_signal , godot_nativescript_get_userdata , godot_nativescript_set_method_argument_information , godot_nativescript_set_class_documentation , godot_nativescript_set_method_documentation , godot_nativescript_set_property_documentation , godot_nativescript_set_signal_documentation , godot_nativescript_set_global_type_tag , godot_nativescript_get_global_type_tag , godot_nativescript_set_type_tag , godot_nativescript_get_type_tag , godot_nativescript_register_instance_binding_data_functions , godot_nativescript_unregister_instance_binding_data_functions , godot_nativescript_get_instance_binding_data , godot_nativescript_profiling_add_data , godot_pluginscript_register_language , godot_arvr_register_interface , godot_arvr_get_worldscale , godot_arvr_get_reference_frame , godot_arvr_blit , godot_arvr_get_texid , godot_arvr_add_controller , godot_arvr_remove_controller , godot_arvr_set_controller_transform , godot_arvr_set_controller_button , godot_arvr_set_controller_axis , godot_arvr_get_controller_rumble , godot_videodecoder_file_read , godot_videodecoder_file_seek , godot_videodecoder_register_decoder , godot_net_bind_stream_peer , godot_net_bind_packet_peer , godot_net_bind_multiplayer_peer , godot_net_set_webrtc_library , godot_net_bind_webrtc_peer_connection , godot_net_bind_webrtc_data_channel , }) } }