1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 03:37:47 +00:00

Mark extern block as unsafe

This commit is contained in:
Joshua Goins 2025-03-10 15:51:11 -04:00
parent 7720da9b5e
commit ad700b661a

View file

@ -37,7 +37,7 @@ struct Unshield {
_private: [u8; 0],
}
extern "C" {
unsafe extern "C" {
fn unshield_open(filename: *const c_char) -> *mut Unshield;
fn unshield_close(unshield: *mut Unshield);