magickSetPassphrase method
Sets the passphrase.
Implementation
bool magickSetPassphrase(String passphrase) => using(
(Arena arena) => _magickWandBindings.MagickSetPassphrase(
_wandPtr,
passphrase.toNativeUtf8(allocator: arena).cast(),
),
).toBool();