pub fn load_nifti(bytes: &[u8]) -> Result<NiftiData, String>
Load a NIfTI file from bytes
Supports both .nii and .nii.gz files (gzip is auto-detected)