pub unsafe extern "C" fn graphene_box2d_init_from_points(
box_: *mut graphene_box2d_t,
n_points: c_uint,
points: *const graphene_point_t,
) -> *mut graphene_box2d_tAvailable on crate feature
v1_12 only.pub unsafe extern "C" fn graphene_box2d_init_from_points(
box_: *mut graphene_box2d_t,
n_points: c_uint,
points: *const graphene_point_t,
) -> *mut graphene_box2d_tv1_12 only.