pub unsafe extern "C" fn create_matrix( Rows: Hlong, Columns: Hlong, Value: f64, MatrixID: *mut Hlong, ) -> Herror