pub unsafe extern "C" fn graphene_quaternion_scale(
    q: *const graphene_quaternion_t,
    factor: c_float,
    res: *mut graphene_quaternion_t
)