pub unsafe extern "C" fn matd_chol_solve(
    chol: *const matd_chol_t,
    b: *const matd_t
) -> *mut matd_t