fn check_ram_available(width: u32, height: u32) -> (bool, Option<String>)
Check if there’s sufficient system RAM to decode an image (Linux only). Returns: (has_memory, error_message)