#[no_mangle]
pub unsafe extern "C" fn crosvm_vcpu_set_fpu(
    this: *mut crosvm_vcpu,
    fpu: *const kvm_fpu
) -> c_int