Copy as Markdown

Other Tools

/* automatically generated by rust-bindgen 0.69.4 */
pub type PRTime = PRInt64;
extern "C" {
pub fn PR_Now() -> PRTime;
}