pub unsafe extern "C" fn atg_norm_scalaropt_dim_dtype(
    out__: *mut *mut C_tensor,
    self_: *mut C_tensor,
    p_: *mut C_scalar,
    dim_data: *const i64,
    dim_len: c_int,
    keepdim_: c_int,
    dtype_: c_int
)