pub unsafe extern "C" fn graphene_quaternion_to_angles(
    q: *const graphene_quaternion_t,
    deg_x: *mut c_float,
    deg_y: *mut c_float,
    deg_z: *mut c_float
)