tison
Results
962
comments of
tison
Change a liitle bit like: ```rust let mut env_ptr = ptr::null_mut(); let args = JavaVMAttachArgs { version: 0, name: CString::new("".as_bytes()).unwrap().into_raw(), group: ptr::null_mut(), }; let args = Box::into_raw(Box::new(args)); let res =...
cc @rib what do you think of this issue? I can try to invest some time to work on it but I'm a bit blocked as described above ..