pub fn execute_gpu_binary_op_test(
    shapex0: i32,
    shapex1: i32,
    shapey: i32,
    input0: fn(unnamed_0: i32) -> f32,
    input1: fn(unnamed_0: i32) -> f32,
    operation: fn(n0: i32, n1: i32, src0: *const f32, src1: *const f32, dst: *mut f32, context: *mut CUDAContext),
    correct_output: fn(unnamed_0: i32) -> f32
)